| Index: sky/engine/core/css/parser/CSSPropertyParser.h
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.h b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| index 8826df4eb68dda781747b898e614fa2fc2125735..412c58473bf4484ecf2d17159041076c01c4bfb6 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.h
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.h
|
| @@ -29,7 +29,6 @@
|
| #include "core/css/CSSCalculationValue.h"
|
| #include "core/css/CSSFilterValue.h"
|
| #include "core/css/CSSGradientValue.h"
|
| -#include "core/css/CSSGridTemplateAreasValue.h"
|
| #include "core/css/CSSProperty.h"
|
| #include "core/css/CSSPropertySourceData.h"
|
| #include "core/css/CSSSelector.h"
|
| @@ -47,7 +46,6 @@ class CSSValue;
|
| class CSSValueList;
|
| class CSSBasicShape;
|
| class CSSBasicShapeInset;
|
| -class CSSGridLineNamesValue;
|
| class ImmutableStylePropertySet;
|
| class StylePropertyShorthand;
|
| class UseCounter;
|
| @@ -137,23 +135,6 @@ private:
|
| bool parseTransitionShorthand(CSSPropertyID, bool important);
|
| bool parseAnimationShorthand(CSSPropertyID, bool important);
|
|
|
| - PassRefPtr<CSSValue> parseGridPosition();
|
| - bool parseIntegerOrCustomIdentFromGridPosition(RefPtr<CSSPrimitiveValue>& numericValue, RefPtr<CSSPrimitiveValue>& gridLineName);
|
| - bool parseGridItemPositionShorthand(CSSPropertyID, bool important);
|
| - bool parseGridTemplateRowsAndAreas(PassRefPtr<CSSValue>, bool important);
|
| - bool parseGridTemplateShorthand(bool important);
|
| - bool parseGridShorthand(bool important);
|
| - bool parseGridAreaShorthand(bool important);
|
| - bool parseSingleGridAreaLonghand(RefPtr<CSSValue>&);
|
| - PassRefPtr<CSSValue> parseGridTrackList();
|
| - bool parseGridTrackRepeatFunction(CSSValueList&);
|
| - PassRefPtr<CSSValue> parseGridTrackSize(CSSParserValueList& inputList);
|
| - PassRefPtr<CSSPrimitiveValue> parseGridBreadth(CSSParserValue*);
|
| - bool parseGridTemplateAreasRow(NamedGridAreaMap&, const size_t, size_t&);
|
| - PassRefPtr<CSSValue> parseGridTemplateAreas();
|
| - void parseGridLineNames(CSSParserValueList&, CSSValueList&, CSSGridLineNamesValue* = 0);
|
| - PassRefPtr<CSSValue> parseGridAutoFlow(CSSParserValueList&);
|
| -
|
| bool parseClipShape(CSSPropertyID, bool important);
|
|
|
| bool parseItemPositionOverflowPosition(CSSPropertyID, bool important);
|
|
|