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