| Index: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| index 9418fd7b7fce975066ff2b1870c943fc4a40a13d..6af9a70895361ab6c95bace2b8a7243294df2033 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| @@ -19,6 +19,7 @@ public:
|
| static bool isInheritedProperty(CSSPropertyID);
|
| static bool propertySupportsPercentage(CSSPropertyID);
|
| static bool propertySupportsMultiple(CSSPropertyID);
|
| + static bool isDescriptor(CSSPropertyID);
|
|
|
| static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&);
|
| };
|
|
|