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 e0d42cc6b628753b005ca34a1076bf5819d7a511..e7bd9a3c0674de92a62e9073b593f8490cc22f9b 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -496,6 +496,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, |