| 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 2b08146c2fe0c72eb0111488715ca2eba9d19cef..0dd97f82806862d302297c247729277d661e6a80 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -116,13 +116,10 @@ private:
|
| bool consumeColumns(bool important);
|
|
|
| bool consumeGridItemPositionShorthand(CSSPropertyID, bool important);
|
| - CSSValue* parseGridTemplateColumns(bool important);
|
| - bool parseGridTemplateRowsAndAreasAndColumns(bool important);
|
| - bool parseGridTemplateShorthand(bool important);
|
| + bool consumeGridTemplateRowsAndAreasAndColumns(bool important);
|
| + bool consumeGridTemplateShorthand(bool important);
|
| bool parseGridShorthand(bool important);
|
| bool consumeGridAreaShorthand(bool important);
|
| - CSSValue* parseGridTrackList();
|
| - bool parseGridTrackRepeatFunction(CSSValueList&, bool& isAutoRepeat);
|
| CSSValue* parseGridTrackSize(CSSParserValueList& inputList, TrackSizeRestriction = AllowAll);
|
| CSSPrimitiveValue* parseGridBreadth(CSSParserValue*, TrackSizeRestriction = AllowAll);
|
| bool parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = nullptr);
|
| @@ -143,7 +140,6 @@ private:
|
| bool parseCalculation(CSSParserValue*, ValueRange);
|
|
|
| CSSPrimitiveValue* createPrimitiveNumericValue(CSSParserValue*);
|
| - CSSCustomIdentValue* createPrimitiveCustomIdentValue(CSSParserValue*);
|
|
|
| class ShorthandScope {
|
| STACK_ALLOCATED();
|
|
|