| 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 2a641407f57966f06f291a5ad521903423ec1e75..e5d783ce3ed1570904b1a8f0085ef7b7ae914749 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -115,7 +115,7 @@ private:
|
| enum TrackSizeRestriction { FixedSizeOnly, AllowAll };
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrCustomIdentFromGridPosition(RefPtrWillBeRawPtr<CSSPrimitiveValue>& numericValue, RefPtrWillBeRawPtr<CSSCustomIdentValue>& gridLineName);
|
| - bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| + bool consumeGridItemPositionShorthand(CSSPropertyID, bool important);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateColumns(bool important);
|
| bool parseGridTemplateRowsAndAreasAndColumns(bool important);
|
| bool parseGridTemplateShorthand(bool important);
|
|
|