aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-10-25 21:50:26 -0400
committerGitHub <noreply@github.com>2019-10-25 21:50:26 -0400
commitc7c0bfdd8d99f3f4fb7d1577610562d69ed0109b (patch)
treec3762368e2825345fbefee7063388b3d8484949c /components/script/lib.rs
parent6a54d600431621bfd4c4d4e49e7816e95deec68e (diff)
parent31ff2d43ccc835bffc99aac596dabae1d23cc5f7 (diff)
downloadservo-c7c0bfdd8d99f3f4fb7d1577610562d69ed0109b.tar.gz
servo-c7c0bfdd8d99f3f4fb7d1577610562d69ed0109b.zip
Auto merge of #24519 - hbina:cleanup_canvasrenderingcontext, r=jdm
Cleanup canvasrenderingcontext <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #24496 <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because it is purely a refactoring...so whatever tests we are already using now should suffice. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 773c4eba812..c87e705d1e9 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -55,6 +55,7 @@ mod devtools;
pub mod document_loader;
#[macro_use]
mod dom;
+mod canvas_state;
mod compartments;
pub mod fetch;
mod image_listener;