Index: chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
index b3b98084bb6151fbf16c3dca3b90fcf339c3de6d..307c1133467215d131fa3dfb90d1c60ba30bd71e 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
@@ -98,7 +98,7 @@ bool ToolbarActionView::IsTriggerableEvent(const ui::Event& event) { |
SkColor ToolbarActionView::GetInkDropBaseColor() const { |
if (delegate_->ShownInsideMenu()) { |
return GetNativeTheme()->GetSystemColor( |
- ui::NativeTheme::kColorId_HoverMenuItemBackgroundColor); |
+ ui::NativeTheme::kColorId_FocusedMenuItemBackgroundColor); |
} |
return GetThemeProvider()->GetColor( |