| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 6f0d1d895e2438f426246aa25470b5765dd71d50..5c2c7f480730b57eb3e0237547cfcaafa6b73680 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -142,6 +142,7 @@ public:
|
| unsigned hitTestCacheHits(Document*, ExceptionState&) const;
|
| Element* elementFromPoint(Document*, double x, double y, bool ignoreClipping, bool allowChildFrameContent, ExceptionState&) const;
|
| void clearHitTestCache(Document*, ExceptionState&) const;
|
| + int histogramCount(const String&, int, ExceptionState&) const;
|
|
|
| String visiblePlaceholder(Element*);
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
|
|