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

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

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Fix tests that were listing all the CSS properties Created 4 years, 1 month 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/CSSPropertyParserHelpers.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
index 681e7644a859e2d9b5a6357be7db54de0f474006..08a26ad57e5fedb38280644ff88cd998fcb49f3c 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
@@ -69,6 +69,7 @@ CSSURIValue* consumeUrl(CSSParserTokenRange&);
CSSValue* consumeColor(CSSParserTokenRange&,
CSSParserMode,
bool acceptQuirkyColors = false);
+CSSValue* consumeAutoOrColor(CSSParserTokenRange&, CSSParserMode);
Timothy Loh 2016/11/22 02:17:35 This probably isn't obvious but this sort of funct
Manuel Rego 2016/11/22 09:36:01 I added it here as is supposed that any new/future
CSSValuePair* consumePosition(CSSParserTokenRange&,
CSSParserMode,

Powered by Google App Engine
This is Rietveld 408576698