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

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

Issue 2382443007: Clean up NativeTheme (particularly CommonTheme). (Closed)
Patch Set: tdandersonreview Created 4 years, 3 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
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(

Powered by Google App Engine
This is Rietveld 408576698