Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 1fa60bba611290d5c45d2899b8f6d5e96e39235b..a8595ddf3a53dcc7f675dbce43ddad8881d2c801 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -132,6 +132,9 @@ public: |
unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const; |
unsigned needsLayoutCount(ExceptionState&) const; |
unsigned hitTestCount(Document*, ExceptionState&) const; |
+ unsigned hitTestCacheHits(Document*, ExceptionState&) const; |
+ Element* elementFromPoint(Document*, double x, double y, bool ignoreClipping, bool allowChildFrameContent, ExceptionState&) const; |
+ void clearHitTestCache(Document*, ExceptionState&) const; |
String visiblePlaceholder(Element*); |
void selectColorInColorChooser(Element*, const String& colorValue); |