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

Unified Diff: core/events/UIEventInit.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/events/UIEvent.idl ('k') | core/fileapi/BlobCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/UIEventInit.idl
diff --git a/core/events/UIEventInit.idl b/core/events/UIEventInit.idl
index 522b00897166283d476ff70f537ca1f8bbfb20c1..e1f9cbe756307e48447938a58e2ed2dc5cf2b3bd 100644
--- a/core/events/UIEventInit.idl
+++ b/core/events/UIEventInit.idl
@@ -7,5 +7,5 @@
dictionary UIEventInit : EventInit {
Window? view = null;
long detail = 0;
- [RuntimeEnabled=InputDevice] InputDevice? sourceDevice = null;
-};
+ [RuntimeEnabled=InputDeviceCapabilities] InputDeviceCapabilities? sourceCapabilities = null;
+};
« no previous file with comments | « core/events/UIEvent.idl ('k') | core/fileapi/BlobCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698