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*); |