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

Unified Diff: Source/core/events/UIEvent.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
Index: Source/core/events/UIEvent.idl
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
index 039d20c76671b7e9608fb3244971abc94ce9a961..392e3fa1ddaa7975fedf85a703fb189d7b5be86b 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -22,6 +22,7 @@
] interface UIEvent : Event {
readonly attribute Window? view;
readonly attribute long detail;
+ readonly attribute InputDevice? sourceDevice;
Rick Byers 2015/05/28 00:11:43 this should be [RuntimeEnabled=InputDevice]
lanwei 2015/05/29 18:02:38 Done.
void initUIEvent([Default=Undefined] optional DOMString type,
[Default=Undefined] optional boolean canBubble,

Powered by Google App Engine
This is Rietveld 408576698