| Index: ui/native_theme/native_theme_mac.mm
|
| diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
|
| index 43eb1296316e424026f8bee6f435ea1696b25d8e..47a196c2c4599590142b8b2b067a2072e6f8ccb7 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -384,7 +384,7 @@ void NativeThemeMac::PaintMenuItemBackground(
|
| SkCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect,
|
| - const MenuListExtraParams& menu_list) const {
|
| + const MenuItemExtraParams& menu_item) const {
|
| SkPaint paint;
|
| switch (state) {
|
| case NativeTheme::kNormal:
|
|
|