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 7abc6ca2466d2b60e9700b1ae8e891f6280c2e9c..f8dc56b715081acd71e6dc9dd6ab1b043e2f52be 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -43,6 +43,9 @@ class CSSValue; |
class CSSValueList; |
class StylePropertyShorthand; |
+// TODO(rob.buis) to move to cpp file once legacy parser is removed. |
+enum TrackSizeRestriction { FixedSizeOnly, AllowAll }; |
+ |
// Inputs: PropertyID, isImportant bool, CSSParserValueList. |
// Outputs: Vector of CSSProperties |
@@ -112,7 +115,6 @@ private: |
bool consumeColumns(bool important); |
- enum TrackSizeRestriction { FixedSizeOnly, AllowAll }; |
bool consumeGridItemPositionShorthand(CSSPropertyID, bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parseGridTemplateColumns(bool important); |
bool parseGridTemplateRowsAndAreasAndColumns(bool important); |