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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2678143003: Move CSS animations use counters to UseCounter (Closed)
Patch Set: Rebase incl FrameHost->Page change, tweak test Created 3 years, 9 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: 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 43d7c7999604d82ae085f924838d8e71ea265818..2182c273727956dfe1e690563fbbcc4e45db1a30 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -497,6 +497,7 @@ class Internals final : public GarbageCollected<Internals>,
// |feature| must be one of the values from the UseCounter::Feature enum.
bool isUseCounted(Document*, uint32_t feature);
bool isCSSPropertyUseCounted(Document*, const String&);
+ bool isAnimatedCSSPropertyUseCounted(Document*, const String&);
// Observes changes on Document's UseCounter. Returns a promise that is
// resolved when |feature| is counted. When |feature| was already counted,
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounterTest.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698