Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h

Issue 2056593005: Move more helper methods out of CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V2 Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b8f3ee3f1e266b0470129c91b784261d45141f7e..f2d605ace2f22aa36e96bdc3e6b679f12ab85551 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -47,10 +47,6 @@ public:
// Parses a non-shorthand CSS property
static 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 isValidNumericValue(double);
-
private:
CSSPropertyParser(const CSSParserTokenRange&, const CSSParserContext&,
HeapVector<CSSProperty, 256>*);

Powered by Google App Engine
This is Rietveld 408576698