Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1783)

Unified Diff: Source/core/testing/Internals.idl

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix git cl format mangling Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 6f38e56ff0649300a4a808fcd6b392c570517978..4211870fe7765c8f3328c9de1d5349a04f0d20b9 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -63,6 +63,8 @@
[RaisesException] unsigned long updateStyleAndReturnAffectedElementCount();
[RaisesException] unsigned long needsLayoutCount();
[RaisesException] unsigned long hitTestCount(Document document);
+ [RaisesException] unsigned long hitTestCacheHits(Document document);
+ [RaisesException] Element? elementFromPointNoCache(Document document, double x, double y);
// CSS Animation and Transition testing.
[RaisesException] void pauseAnimations(double pauseTime);

Powered by Google App Engine
This is Rietveld 408576698