Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5543)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view.cc

Issue 2382443007: Clean up NativeTheme (particularly CommonTheme). (Closed)
Patch Set: share color constant Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698