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

Unified Diff: third_party/WebKit/Source/core/editing/EditingStyle.h

Issue 2577633002: [css-ui] Update resolved value of caret-color property (Closed)
Patch Set: Rebased test Created 4 years 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/editing/EditingStyle.h
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.h b/third_party/WebKit/Source/core/editing/EditingStyle.h
index f4e7add9130f57685456b22b84e035ea14a07bee..336512a5713ab078684505d627b8a449ebb547c3 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyle.h
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.h
@@ -184,7 +184,7 @@ class CORE_EXPORT EditingStyle final : public GarbageCollected<EditingStyle> {
explicit EditingStyle(const StylePropertySet*);
EditingStyle(CSSPropertyID, const String& value);
void init(Node*, PropertiesToInclude);
- void removeTextFillAndStrokeColorsIfNeeded(const ComputedStyle*);
+ void removeInheritedColorsIfNeeded(const ComputedStyle*);
void setProperty(CSSPropertyID, const String& value, bool important = false);
void replaceFontSizeByKeywordIfPossible(const ComputedStyle*,
CSSComputedStyleDeclaration*);

Powered by Google App Engine
This is Rietveld 408576698