 Chromium Code Reviews
 Chromium Code Reviews Issue 2382443007:
  Clean up NativeTheme (particularly CommonTheme).  (Closed)
    
  
    Issue 2382443007:
  Clean up NativeTheme (particularly CommonTheme).  (Closed) 
  | 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); | 
| 
Evan Stade
2016/09/30 18:02:36
as far as I can tell, "focused" and "hovered" are
 
tdanderson
2016/09/30 21:00:56
Acknowledged.
 | 
| } | 
| return GetThemeProvider()->GetColor( |