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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Add test results 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/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index 6acba7836bc61f342b930d32bc16dcd29cacf68e..2d92d1ff2a039b6c45608286ac71e599c5af5881 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -137,6 +137,9 @@ class StyleBuilderConverter {
static StyleColor convertStyleColor(StyleResolverState&,
const CSSValue&,
bool forVisitedLink = false);
+ static StyleAutoColor convertStyleAutoColor(StyleResolverState&,
+ const CSSValue&,
+ bool forVisitedLink = false);
static float convertTextStrokeWidth(StyleResolverState&, const CSSValue&);
static TextSizeAdjust convertTextSizeAdjust(StyleResolverState&,
const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698