Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index c5a541312de636b92e904d972df75172f1a8faee..cd4597e2de3083596658d0dd96791d9b916c3eae 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -128,6 +128,7 @@ public: |
unsigned updateStyleAndReturnAffectedElementCount(ExceptionState&) const; |
unsigned needsLayoutCount(ExceptionState&) const; |
+ unsigned hitTestCountDelta(Document*, ExceptionState&) const; |
String visiblePlaceholder(Element*); |
void selectColorInColorChooser(Element*, const String& colorValue); |