Index: third_party/WebKit/Source/core/layout/LayoutTheme.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
index 5427103473fca09cc6655e465bbc43586368b704..f19802bd0e2a3dc09099295222fbec96d04df3c5 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
@@ -133,6 +133,8 @@ class CORE_EXPORT LayoutTheme : public RefCounted<LayoutTheme> { |
virtual Color PlatformSpellingMarkerUnderlineColor() const; |
virtual Color PlatformGrammarMarkerUnderlineColor() const; |
+ virtual Color PlatformActiveSpellingMarkerHighlightColor() const; |
+ |
// Highlight and text colors for TextMatches. |
Color PlatformTextSearchHighlightColor(bool active_match) const; |
Color PlatformTextSearchColor(bool active_match) const; |