| 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 b36dfdfbd4bdc37d5fd509abb6e86f98706dde0c..b87a204148914974a32109b0dc2de53bb823effd 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);
|
|
|