| 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 c84984206cde22fb3faea87baf708710293a2230..c4282e17d2728fc65850a2c31ce8752b82813b4a 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| @@ -12,6 +12,8 @@
|
|
|
| namespace blink {
|
|
|
| +class CSSValue;
|
| +
|
| class CORE_EXPORT CSSPropertyMetadata {
|
| STATIC_ONLY(CSSPropertyMetadata);
|
| public:
|
| @@ -22,6 +24,8 @@ public:
|
| static bool propertySupportsMultiple(CSSPropertyID);
|
| static bool isDescriptorOnly(CSSPropertyID);
|
|
|
| + static CSSValue* initialValue(CSSPropertyID);
|
| +
|
| static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&);
|
| };
|
|
|
|
|