| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index d1ecd6bff4c3256eebcab353eed3db585aaea98a..c056958b54aa62c428bee206cdc4a09f86068b97 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -174,6 +174,7 @@ public:
|
| bool parseGridTrackRepeatFunction(CSSValueList&);
|
| PassRefPtr<CSSPrimitiveValue> parseGridTrackSize(CSSParserValueList& inputList);
|
| PassRefPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*);
|
| + PassRefPtr<CSSValue> parseGridTemplate();
|
|
|
| bool parseClipShape(CSSPropertyID, bool important);
|
|
|
|
|