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; |