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

Unified Diff: Source/core/testing/Internals.h

Issue 1160753005: Implement UIEvent.sourceDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add arugment name 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.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 10147df3014f292419455483bee9818db6e2cbeb..59aba39aae34fe46c006e3f271e19d148cb99495 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -70,6 +70,7 @@ class Range;
class SerializedScriptValue;
class ShadowRoot;
class TypeConversions;
+class UIEvent;
class UnionTypesTest;
template <typename NodeType> class StaticNodeTypeList;
typedef StaticNodeTypeList<Node> StaticNodeList;
@@ -354,6 +355,8 @@ public:
ClientRectList* focusRingRects(Element*);
+ void setFiresTouchEvents(UIEvent*, bool firesTouchEvents);
+
private:
explicit Internals(Document*);
Document* contextDocument() const;

Powered by Google App Engine
This is Rietveld 408576698