| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 2e44bfce784d21eb7f2e66738ac50efd1173d8fc..1f0ff6a0644ad139a01468a96f00de3ab9a97c36 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -176,6 +176,8 @@ public:
|
| PassRefPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrStringFromGridPosition(RefPtr<CSSPrimitiveValue>& numericValue, RefPtr<CSSPrimitiveValue>& gridLineName);
|
| bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| + bool parseGridAreaShorthand(bool important);
|
| + bool parseSingleGridAreaLonghand(RefPtr<CSSValue>&);
|
| bool parseGridTrackList(CSSPropertyID, bool important);
|
| bool parseGridTrackRepeatFunction(CSSValueList&);
|
| PassRefPtr<CSSPrimitiveValue> parseGridTrackSize(CSSParserValueList& inputList);
|
|
|