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

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

Issue 1182313006: Populates sourceDevice attribute into KeyboardEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/core/events/UIEvent.cpp ('k') | Source/core/input/InputDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/UIEvent.idl
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
index d4e3e2b46a29f998146dd124d92faa1f91b2ec17..5722c6d00ba02aff9e16c47abfc79f3a0e10d85f 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -32,7 +32,8 @@
[Default=Undefined] optional boolean bubbles,
[Default=Undefined] optional boolean cancelable,
[Default=Undefined] optional Window? view,
- [Default=Undefined] optional long detail);
+ [Default=Undefined] optional long detail,
+ [Default=Undefined] optional InputDevice? sourceDevice);
tdresser 2015/06/16 19:51:41 This should be behind the RuntimeEnabledFeature, s
lanwei 2015/06/17 15:11:42 No, other places all have RuntimeEnabled=InputDevi
tdresser 2015/06/17 15:18:59 I think you need a completely separate constructor
// Non-standard
[MeasureAs=UIEventLayerX] readonly attribute long layerX;
« no previous file with comments | « Source/core/events/UIEvent.cpp ('k') | Source/core/input/InputDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698