| 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 81d29d4c71f6aa4702cc332e84a9961cbca6320a..c84984206cde22fb3faea87baf708710293a2230 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| @@ -20,6 +20,7 @@ public:
|
| static bool isInheritedProperty(CSSPropertyID);
|
| static bool propertySupportsPercentage(CSSPropertyID);
|
| static bool propertySupportsMultiple(CSSPropertyID);
|
| + static bool isDescriptorOnly(CSSPropertyID);
|
|
|
| static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&);
|
| };
|
|
|