| 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 eea06fb5349defed87b62161d99e07a705b81a1f..fe7b28e02b8cd3e13dd57531cb9cd2d506ce6c1e 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -157,9 +157,7 @@ private:
|
| bool parseAnimationShorthand(bool useLegacyParsing, bool important);
|
| bool parseTransitionShorthand(bool important);
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseColumnWidth();
|
| - PassRefPtrWillBeRawPtr<CSSValue> parseColumnCount();
|
| - bool parseColumnsShorthand(bool important);
|
| + bool consumeColumns(bool important);
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrCustomIdentFromGridPosition(RefPtrWillBeRawPtr<CSSPrimitiveValue>& numericValue, RefPtrWillBeRawPtr<CSSCustomIdentValue>& gridLineName);
|
|
|