aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index f6806f533cf..8da9544de6e 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -20,6 +20,7 @@ extern crate servo_config;
extern crate webrender;
extern crate webrender_api;
+pub mod canvas_data;
pub mod canvas_paint_thread;
pub mod gl_context;
mod webgl_mode;