| 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 23db75c35f064071f12a4c11a8c32b5aa89e6213..a6ac210cdf34cbee95036e52e33de7abdfccd71c 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -160,7 +160,8 @@ private:
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrCustomIdentFromGridPosition(RefPtrWillBeRawPtr<CSSPrimitiveValue>& numericValue, RefPtrWillBeRawPtr<CSSCustomIdentValue>& gridLineName);
|
| bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| - bool parseGridTemplateRowsAndAreas(PassRefPtrWillBeRawPtr<CSSValue>, bool important);
|
| + PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateColumns(bool important);
|
| + bool parseGridTemplateRowsAndAreasAndColumns(bool important);
|
| bool parseGridTemplateShorthand(bool important);
|
| bool parseGridShorthand(bool important);
|
| bool parseGridAreaShorthand(bool important);
|
|
|