Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1025)

Unified Diff: Source/core/input/InputDeviceInit.idl

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/input/InputDevice.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/core/input/InputDevice.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698