aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorecoal95 <ecoal95@gmail.com>2015-06-11 21:20:21 +0200
committerecoal95 <ecoal95@gmail.com>2015-06-13 23:03:37 +0200
commitb0d04765ae15de63db54ce3d1815533b4153ac1f (patch)
treeac86f8a00d4224da674ca45a3b81f0cca40fcd1d /components/script/dom/mod.rs
parentee192793d53f3ecb0cf8a1bd6e9b882621a8eeba (diff)
downloadservo-b0d04765ae15de63db54ce3d1815533b4153ac1f.tar.gz
servo-b0d04765ae15de63db54ce3d1815533b4153ac1f.zip
webgl: Add WebGLActiveInfo and WebGLShaderPrecisionFormat interfaces
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 c108186947a..813e7a09145 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -335,6 +335,8 @@ pub mod webgluniformlocation;
pub mod webgltexture;
pub mod webglframebuffer;
pub mod webglrenderbuffer;
+pub mod webglactiveinfo;
+pub mod webglshaderprecisionformat;
pub mod websocket;
pub mod window;
pub mod worker;