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

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

Issue 1160753005: Implement UIEvent.sourceDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« Source/core/events/UIEvent.idl ('K') | « Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/UIEventInit.idl
diff --git a/Source/core/events/UIEventInit.idl b/Source/core/events/UIEventInit.idl
index e5b70e0fb481efd1e5c6bc0b1d03f099dcb36217..516a93622279d3526ebbd092e113d187f8476660 100644
--- a/Source/core/events/UIEventInit.idl
+++ b/Source/core/events/UIEventInit.idl
@@ -7,4 +7,5 @@
dictionary UIEventInit : EventInit {
Window? view = null;
long detail = 0;
+ InputDevice? sourceDevice = null;
Rick Byers 2015/05/28 00:11:43 RuntimeEnabled
lanwei 2015/05/29 18:02:38 Done.
};
« Source/core/events/UIEvent.idl ('K') | « Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698