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

Unified Diff: third_party/WebKit/Source/core/events/UIEventInit.idl

Issue 2130943002: Remove runtime setting for input capabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/Source/core/events/UIEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/UIEventInit.idl b/third_party/WebKit/Source/core/events/UIEventInit.idl
index e1f9cbe756307e48447938a58e2ed2dc5cf2b3bd..a994a6be9fdf72d6423fbb079c88cbcabf7cb14c 100644
--- a/third_party/WebKit/Source/core/events/UIEventInit.idl
+++ b/third_party/WebKit/Source/core/events/UIEventInit.idl
@@ -7,5 +7,5 @@
dictionary UIEventInit : EventInit {
Window? view = null;
long detail = 0;
- [RuntimeEnabled=InputDeviceCapabilities] InputDeviceCapabilities? sourceCapabilities = null;
-};
+ InputDeviceCapabilities? sourceCapabilities = null;
+};
« no previous file with comments | « third_party/WebKit/Source/core/events/UIEvent.idl ('k') | third_party/WebKit/Source/core/input/InputDeviceCapabilities.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698