Index: Source/core/input/InputDeviceInit.idl |
diff --git a/Source/core/html/canvas/WebGLVertexArrayObject.idl b/Source/core/input/InputDeviceInit.idl |
similarity index 62% |
copy from Source/core/html/canvas/WebGLVertexArrayObject.idl |
copy to Source/core/input/InputDeviceInit.idl |
index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..cad1069a92f780de0da7dc4200c699fd61beca74 100644 |
--- a/Source/core/html/canvas/WebGLVertexArrayObject.idl |
+++ b/Source/core/input/InputDeviceInit.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=UnsafeES3APIs, |
- WillBeGarbageCollected |
-] interface WebGLVertexArrayObject { |
+ RuntimeEnabled=InputDevice, |
+] dictionary InputDeviceInit { |
+ boolean firesTouchEvents = false; |
}; |