Index: third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
index 9bbe8ea8d9836a033dfeeab7fa72b82943c00f1a..1ac06f8762a32745e8bf2d3b311cf74702c45445 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp |
@@ -340,6 +340,10 @@ Color LayoutTheme::PlatformGrammarMarkerUnderlineColor() const { |
return Color(192, 192, 192); |
} |
+Color LayoutTheme::PlatformActiveSpellingMarkerHighlightColor() const { |
+ return Color(255, 0, 0, 102); |
+} |
+ |
Color LayoutTheme::PlatformActiveSelectionBackgroundColor() const { |
// Use a blue color by default if the platform theme doesn't define anything. |
return Color(0, 0, 255); |