aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgl/webgl_mode/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgl/webgl_mode/mod.rs')
-rw-r--r--components/webgl/webgl_mode/mod.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/webgl/webgl_mode/mod.rs b/components/webgl/webgl_mode/mod.rs
new file mode 100644
index 00000000000..8bc74f6e244
--- /dev/null
+++ b/components/webgl/webgl_mode/mod.rs
@@ -0,0 +1,7 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+
+mod inprocess;
+
+pub use self::inprocess::WebGLComm;