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 e87c075406884822ff905cf1e4a1c5a284397020..5427103473fca09cc6655e465bbc43586368b704 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
@@ -130,6 +130,9 @@ class CORE_EXPORT LayoutTheme : public RefCounted<LayoutTheme> { |
Color InactiveListBoxSelectionBackgroundColor() const; |
Color InactiveListBoxSelectionForegroundColor() const; |
+ virtual Color PlatformSpellingMarkerUnderlineColor() const; |
+ virtual Color PlatformGrammarMarkerUnderlineColor() const; |
+ |
// Highlight and text colors for TextMatches. |
Color PlatformTextSearchHighlightColor(bool active_match) const; |
Color PlatformTextSearchColor(bool active_match) const; |