| 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..b803288f7f8ff89f43ff82c92aaad351d4426c5c 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -142,6 +142,8 @@ 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) const;
|
| + void clearHistogramCounts();
|
|
|
| String visiblePlaceholder(Element*);
|
| void selectColorInColorChooser(Element*, const String& colorValue);
|
|
|