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

Unified Diff: third_party/WebKit/Source/core/css/StyleColor.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/StyleColor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/StyleColor.h
diff --git a/third_party/WebKit/Source/core/css/StyleColor.h b/third_party/WebKit/Source/core/css/StyleColor.h
index faf3f66d1feb67af2f5b572668cfd29f0917cb99..30248269a3015d9b7e3a06664c132f5c7bc6a361 100644
--- a/third_party/WebKit/Source/core/css/StyleColor.h
+++ b/third_party/WebKit/Source/core/css/StyleColor.h
@@ -51,6 +51,7 @@ public:
static Color colorFromKeyword(CSSValueID);
static bool isColorKeyword(CSSValueID);
+ static bool isSystemColor(CSSValueID);
private:
Color m_color;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/StyleColor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698