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 0dd93729ce6e1cb1b7fd8e11f007080d1ed78da6..35c6b207f3e16f654e774b2cf420a1efced5257a 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -335,6 +335,7 @@ |
boolean isUseCounted(Document document, unsigned long feature); |
boolean isCSSPropertyUseCounted(Document document, DOMString propertyName); |
+ boolean isAnimatedCSSPropertyUseCounted(Document document, DOMString propertyName); |
// Returns a promise that is resolved when |feature| is counted on |
// |document|'s UseCounter. When |feature| was already counted, it's |