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

Unified Diff: Source/core/css/CSSPrimitiveValue.h

Issue 17450016: Implementation of CSS3 nav-up/down/left/right properties from CSS3 UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes, rebase, added more tests, made Style Navigation Data refcounted. Created 6 years, 3 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: Source/core/css/CSSPrimitiveValue.h
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
index 242fcda4eb610f028626fa919fdf1d52839be092..b7167104951da50623d28dd28582f909a6635404 100644
--- a/Source/core/css/CSSPrimitiveValue.h
+++ b/Source/core/css/CSSPrimitiveValue.h
@@ -112,6 +112,7 @@ public:
// FIXME: This is only used in CSSParserValue, so it's probably better as part of the enum there
CSS_PARSER_HEXCOLOR = 105,
+ CSS_PARSER_IDSEL = 106,
// These are from CSS3 Values and Units, but that isn't a finished standard yet
CSS_TURN = 107,

Powered by Google App Engine
This is Rietveld 408576698