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

Unified Diff: Source/core/input/InputDevice.idl

Issue 1161783006: Populates sourceDevice attribute into TouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put touchevent in uievent layout test 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/input/InputDevice.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/input/InputDevice.idl
diff --git a/Source/core/input/InputDevice.idl b/Source/core/input/InputDevice.idl
index cbd2401a3acb17bfc9d53589f4eda2645c24b652..83e345fc53e3a9e33aa3fffb3a81f522655b41e0 100644
--- a/Source/core/input/InputDevice.idl
+++ b/Source/core/input/InputDevice.idl
@@ -11,11 +11,11 @@
[
Constructor(optional InputDeviceInit deviceInitDict),
RuntimeEnabled=InputDevice,
- GarbageCollected
+ GarbageCollected,
] interface InputDevice {
// Whether this device dispatches touch events for movement. This is used to detect
// mouse events which represent only an action that has already been handled by
// touch event handlers.
readonly attribute boolean firesTouchEvents;
-};
+};
« no previous file with comments | « Source/core/input/InputDevice.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698