aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-06-05 13:49:27 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-06-29 17:32:21 -0500
commit3db4761767e96d85bf9ebef6c6f7fad6e47f8ef9 (patch)
tree4f95eb947b69bad897c0d592af3a0a369c229bf6 /components/script/dom/mod.rs
parent9a13cf6bdaa823369f29d7d0f4469087cf17ce6a (diff)
downloadservo-3db4761767e96d85bf9ebef6c6f7fad6e47f8ef9.tar.gz
servo-3db4761767e96d85bf9ebef6c6f7fad6e47f8ef9.zip
Implemented paint worklets invoking worklet scripts.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 3ea53f2b4ca..6f800625148 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -391,6 +391,8 @@ pub mod node;
pub mod nodeiterator;
pub mod nodelist;
pub mod pagetransitionevent;
+pub mod paintrenderingcontext2d;
+pub mod paintsize;
pub mod paintworkletglobalscope;
pub mod performance;
pub mod performancetiming;