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 9c1669d08dd54b0f53fd1e3fd1bee9801fd1dd5f..ee3aa402e6ba97743147c22b68d310e8aa74885f 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
@@ -101,7 +101,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( |