Index: modules/webgl/WebGLQuery.idl |
diff --git a/modules/webgl/WebGLQuery.idl b/modules/webgl/WebGLQuery.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..257b9115bde6e8b727c468bc87a9f7746ffdbb2b |
--- /dev/null |
+++ b/modules/webgl/WebGLQuery.idl |
@@ -0,0 +1,9 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+[ |
+ RuntimeEnabled=UnsafeES3APIs, |
+ WillBeGarbageCollected |
+] interface WebGLQuery { |
+}; |