| 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 f3d456b2cc2f71dc1cb68085390523b807ad2ed2..2969be589f8c884d7c6a69b53883bd5e219955c7 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -148,6 +148,8 @@ private:
|
|
|
| bool consumeColumns(bool important);
|
|
|
| + PassRefPtrWillBeRawPtr<CSSValue> consumeCursor(CSSParserTokenRange&);
|
| +
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrCustomIdentFromGridPosition(RefPtrWillBeRawPtr<CSSPrimitiveValue>& numericValue, RefPtrWillBeRawPtr<CSSCustomIdentValue>& gridLineName);
|
| bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| @@ -226,6 +228,7 @@ private:
|
| bool parseCrossfade(CSSParserValueList*, RefPtrWillBeRawPtr<CSSValue>&);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseImageSet(CSSParserValueList*);
|
| + PassRefPtrWillBeRawPtr<CSSValue> consumeImageSet(CSSParserTokenRange);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValueList> parseFilter();
|
| PassRefPtrWillBeRawPtr<CSSFunctionValue> parseBuiltinFilterArguments(CSSParserValueList*, CSSValueID);
|
|
|