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

Unified Diff: ui/native_theme/native_theme.h

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 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.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index b09dd15b1c17171fe6dffbb7aa1f9b100bd4e920..11473e66ce6a2777e2187d388d9aaf0f74089b97 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -132,6 +132,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
struct MenuItemExtraParams {
bool is_selected;
+ int corner_radius;
};
struct MenuListExtraParams {

Powered by Google App Engine
This is Rietveld 408576698