aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-04-03 14:35:57 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-06-07 13:49:30 -0500
commitfd17dcd60442e71f75010a34c6bcfe1c04aca3e5 (patch)
treee367aa4202f2da0e6e0dac33fbdcd9ca48e2f92f /components/script/dom/mod.rs
parent7e273d6c9b86d6ffbf216e84ae7326976888e5ef (diff)
downloadservo-fd17dcd60442e71f75010a34c6bcfe1c04aca3e5.tar.gz
servo-fd17dcd60442e71f75010a34c6bcfe1c04aca3e5.zip
Implemented the plumbing for paint worklets.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 8ab41391bb2..3ea53f2b4ca 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -391,6 +391,7 @@ pub mod node;
pub mod nodeiterator;
pub mod nodelist;
pub mod pagetransitionevent;
+pub mod paintworkletglobalscope;
pub mod performance;
pub mod performancetiming;
pub mod permissions;