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 9fcd97be6835e1f296fae9556cfedd1aa2c52f27..143c4a4d4eae80db635a0830b100ec21ae732522 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -158,9 +158,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); |