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

Unified Diff: ui/native_theme/native_theme_win.cc

Issue 1661673004: Enables hot-tracking for overflow extension buttons in the app menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restores hot-tracking of extension buttons in app menu with MD (comments) Created 4 years, 10 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: ui/native_theme/native_theme_win.cc
diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
index be5109a7aedfb75af7cee31cdcd2a5cf381670ee..745af69ab164dabc26f9e8204afa7a0afcbd2e0a 100644
--- a/ui/native_theme/native_theme_win.cc
+++ b/ui/native_theme/native_theme_win.cc
@@ -257,7 +257,7 @@ void NativeThemeWin::Paint(SkCanvas* canvas,
CommonThemePaintMenuBackground(canvas, rect);
return;
case kMenuItemBackground:
- CommonThemePaintMenuItemBackground(canvas, state, rect);
+ CommonThemePaintMenuItemBackground(canvas, state, rect, extra.menu_item);
return;
default:
break;

Powered by Google App Engine
This is Rietveld 408576698