| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index fdb7779c4cc1a50d5dd911ba3c023bd117b11364..748f1797803649662cc79b4b2b8aa398c2337991 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -169,6 +169,10 @@ public:
|
| bool parseTransitionShorthand(CSSPropertyID, bool important);
|
| bool parseAnimationShorthand(bool important);
|
|
|
| + PassRefPtr<CSSValue> parseColumnWidth();
|
| + PassRefPtr<CSSValue> parseColumnCount();
|
| + bool parseColumnsShorthand(bool important);
|
| +
|
| PassRefPtr<CSSValue> parseGridPosition();
|
| bool parseIntegerOrStringFromGridPosition(RefPtr<CSSPrimitiveValue>& numericValue, RefPtr<CSSPrimitiveValue>& gridLineName);
|
| bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
|
|