| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| index ea3e8ced966a3bdbaba015f28637f09836aaf767..5cd0675e5018282384e7a56fa7d9eacce1ac73f8 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -123,6 +123,7 @@ private:
|
|
|
| bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValueList> parseContent();
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseContain();
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseAttr(CSSParserValueList* args);
|
|
|
|
|