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 9bee55fef1c8ecd80e77971157bad99b71f76759..bab7c4d71755405f87ac3d977da8538c289c2e0e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h |
@@ -116,9 +116,9 @@ public: |
Color inactiveListBoxSelectionBackgroundColor() const; |
Color inactiveListBoxSelectionForegroundColor() const; |
- // Highlighting colors for TextMatches. |
- virtual Color platformActiveTextSearchHighlightColor() const; |
- virtual Color platformInactiveTextSearchHighlightColor() const; |
+ // Highlight and text colors for TextMatches. |
+ Color platformTextSearchHighlightColor(bool activeMatch) const; |
+ Color platformTextSearchColor(bool activeMatch) const; |
Color focusRingColor() const; |
virtual Color platformFocusRingColor() const { return Color(0, 0, 0); } |