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

Unified Diff: Source/core/testing/Internals.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/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 122392d0a7fbfb747dc976d1b77b76a360a7abf7..69f8986b03d44fada328a18aeb65edc73aed3b9e 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -312,4 +312,6 @@
[Unscopeable] DOMString unscopeableMethod();
ClientRectList focusRingRects(Element element);
+
+ void setFiresTouchEvents(UIEvent uiEvent, boolean firesTouchEvents);
};

Powered by Google App Engine
This is Rietveld 408576698