| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index 11877a3b17ce31a65458dea0a7df7b2beb6badd6..da506b3930f0503828e67020ec80bd2a9eea46a9 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -154,6 +154,7 @@ private:
|
| bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| bool parseGridTemplateRowsAndAreas(PassRefPtrWillBeRawPtr<CSSValue>, bool important);
|
| bool parseGridTemplateShorthand(bool important);
|
| + bool parseGridShorthand(bool important);
|
| bool parseGridAreaShorthand(bool important);
|
| bool parseSingleGridAreaLonghand(RefPtrWillBeRawPtr<CSSValue>&);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackList(bool important);
|
|
|