| 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 e5d783ce3ed1570904b1a8f0085ef7b7ae914749..7abc6ca2466d2b60e9700b1ae8e891f6280c2e9c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -113,15 +113,12 @@ private:
|
| bool consumeColumns(bool important);
|
|
|
| enum TrackSizeRestriction { FixedSizeOnly, AllowAll };
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseGridPosition();
|
| - bool parseIntegerOrCustomIdentFromGridPosition(RefPtrWillBeRawPtr<CSSPrimitiveValue>& numericValue, RefPtrWillBeRawPtr<CSSCustomIdentValue>& gridLineName);
|
| bool consumeGridItemPositionShorthand(CSSPropertyID, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateColumns(bool important);
|
| bool parseGridTemplateRowsAndAreasAndColumns(bool important);
|
| bool parseGridTemplateShorthand(bool important);
|
| bool parseGridShorthand(bool important);
|
| - bool parseGridAreaShorthand(bool important);
|
| - bool parseSingleGridAreaLonghand(RefPtrWillBeRawPtr<CSSValue>&);
|
| + bool consumeGridAreaShorthand(bool important);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackList();
|
| bool parseGridTrackRepeatFunction(CSSValueList&, bool& isAutoRepeat);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackSize(CSSParserValueList& inputList, TrackSizeRestriction = AllowAll);
|
|
|