aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-15 14:05:05 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:04:41 +0200
commit000e2de57a7b458900778e4528025482f88a269d (patch)
tree73974df02ce8eae9cd610ea99a8cdc53b84d7ee8 /components/script/layout_interface.rs
parent6b847eb93ab750b5029c54365cca64f450e9b154 (diff)
downloadservo-000e2de57a7b458900778e4528025482f88a269d.tar.gz
servo-000e2de57a7b458900778e4528025482f88a269d.zip
Move HTMLCanvasData to script_layout_interface.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index ae68cc0ec55..a7018507828 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -33,7 +33,6 @@ pub use dom::bindings::js::LayoutJS;
pub use dom::characterdata::LayoutCharacterDataHelpers;
pub use dom::document::{Document, LayoutDocumentHelpers};
pub use dom::element::{Element, LayoutElementHelpers, RawLayoutElementHelpers};
-pub use dom::htmlcanvaselement::HTMLCanvasData;
pub use dom::htmlobjectelement::is_image_data;
pub use dom::node::{CAN_BE_FRAGMENTED, HAS_CHANGED, HAS_DIRTY_DESCENDANTS, IS_DIRTY};
pub use dom::node::LayoutNodeHelpers;