diff options
author | Maharsh <maharsh312@gmail.com> | 2018-12-06 21:42:40 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-01-15 22:45:34 -0500 |
commit | 0f17273276d7b3585fde5ca0e3888fafd250905a (patch) | |
tree | 2082617f09fc50aa77a883602db70e5cd0733428 /components/script/dom/mod.rs | |
parent | 7400219adf0b8ff8b00c1dc30f4d8d6f1eb6d57a (diff) | |
download | servo-0f17273276d7b3585fde5ca0e3888fafd250905a.tar.gz servo-0f17273276d7b3585fde5ca0e3888fafd250905a.zip |
Initial Steps OffScreenCanvas API
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 675b9dcd403..d316000eee4 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -407,6 +407,8 @@ pub mod nodeiterator; pub mod nodelist; pub mod offlineaudiocompletionevent; pub mod offlineaudiocontext; +pub mod offscreencanvas; +pub mod offscreencanvasrenderingcontext2d; pub mod oscillatornode; pub mod pagetransitionevent; pub mod paintrenderingcontext2d; |