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

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

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put behind RuntimeEnabledFeature Created 5 years, 7 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
Index: Source/core/events/InputDeviceInit.idl
diff --git a/Source/modules/background_sync/SyncRegistrationOptions.idl b/Source/core/events/InputDeviceInit.idl
similarity index 62%
copy from Source/modules/background_sync/SyncRegistrationOptions.idl
copy to Source/core/events/InputDeviceInit.idl
index 6e1abbcb4db81dfa3d24b171962b870c4c0b7f68..cad1069a92f780de0da7dc4200c699fd61beca74 100644
--- a/Source/modules/background_sync/SyncRegistrationOptions.idl
+++ b/Source/core/events/InputDeviceInit.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
- RuntimeEnabled=BackgroundSyncV2,
-] dictionary SyncRegistrationOptions {
- DOMString tag;
+ RuntimeEnabled=InputDevice,
+] dictionary InputDeviceInit {
+ boolean firesTouchEvents = false;
};

Powered by Google App Engine
This is Rietveld 408576698