| 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 520c64589fea1b7619f381f271aaf4bd7189bfc2..e9120d7635c56cc19b7eab32c7ff23f1d1b6509b 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);
|
|
|