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 b36dfdfbd4bdc37d5fd509abb6e86f98706dde0c..2a641407f57966f06f291a5ad521903423ec1e75 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -23,7 +23,6 @@ |
#ifndef CSSPropertyParser_h |
#define CSSPropertyParser_h |
-#include "core/css/CSSColorValue.h" |
#include "core/css/CSSGridTemplateAreasValue.h" |
#include "core/css/StyleRule.h" |
#include "core/css/parser/CSSParserTokenRange.h" |
@@ -74,6 +73,7 @@ public: |
// Parses a non-shorthand CSS property |
static PassRefPtrWillBeRawPtr<CSSValue> parseSingleValue(CSSPropertyID, const CSSParserTokenRange&, const CSSParserContext&); |
+ // TODO(timloh): This doesn't seem like the right place for these |
static bool isSystemColor(CSSValueID); |
static bool isColorKeyword(CSSValueID); |
static bool isValidNumericValue(double); |