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