| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index c5a541312de636b92e904d972df75172f1a8faee..1167e16486418c7a91128f6fbdbce1b957cb5032 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 hitTestCount(Document*, ExceptionState&) const;
|
|
|
| String visiblePlaceholder(Element*);
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
|
|