| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 9a594be3e4ac31c9a0c4bd68f10483ee0d8a6aff..138df43af519afe44571b0b3ae9064ecd4b7d7d3 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -66,6 +66,8 @@
|
| [RaisesException] unsigned long hitTestCacheHits(Document document);
|
| [RaisesException] Element? elementFromPoint(Document document, double x, double y, boolean ignoreClipping, boolean allowChildFrameContent);
|
| [RaisesException] void clearHitTestCache(Document document);
|
| + long histogramCount(DOMString name, long bucket);
|
| + void clearHistogramCounts();
|
|
|
| // Animation testing.
|
| [RaisesException] void pauseAnimations(double pauseTime);
|
|
|