| 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 b4aa635331608257525caff2d6603fc27f871aab..5c5b17e8ce407230e2806329e624d08a43360f45 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -125,8 +125,6 @@ private:
|
| bool parseGridTrackRepeatFunction(CSSValueList&, bool& isAutoRepeat);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridTrackSize(CSSParserValueList& inputList, TrackSizeRestriction = AllowAll);
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*, TrackSizeRestriction = AllowAll);
|
| - bool parseGridTemplateAreasRow(NamedGridAreaMap&, const size_t, size_t&);
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateAreas();
|
| bool parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = nullptr);
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridAutoFlow(CSSParserValueList&);
|
|
|
| @@ -199,6 +197,7 @@ private:
|
|
|
| // TODO(rob.buis): should move to CSSPropertyParser after conversion.
|
| bool allTracksAreFixedSized(CSSValueList&);
|
| +bool parseGridTemplateAreasRow(const String&, NamedGridAreaMap&, const size_t, size_t&);
|
|
|
| CSSPropertyID unresolvedCSSPropertyID(const CSSParserString&);
|
| CSSValueID cssValueKeywordID(const CSSParserString&);
|
|
|