| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 1c5ff4a2a42b76bdec6fe184682c0cbaf5d9c213..0fc6b31165f5df3205305f29135a708da8363073 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);
|
|
|