| 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 65de0437a1e57f1d6d3260b1c2a75ffb5b77a201..10570475a746b758dadd0714e84b6aa209d31a5b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -374,6 +374,8 @@ public:
|
| // Return true if the given use counter exists for the given document.
|
| // |useCounterId| must be one of the values from the UseCounter::Feature enum.
|
| bool isUseCounted(Document*, int useCounterId);
|
| + // |useCounterId| must be one of the values from the UseCounter::CSSPropertyID enum.
|
| + bool isCSSPropertyUseCounted(Document*, int useCounterId);
|
|
|
| String unscopeableAttribute();
|
| String unscopeableMethod();
|
|
|