| Index: ui/native_theme/native_theme_aura.cc
|
| diff --git a/ui/native_theme/native_theme_aura.cc b/ui/native_theme/native_theme_aura.cc
|
| index 0afdd1191149f07e35ac177e01f09ae2cd368192..74edcd558c8bb44cc6621c3f100e4a6b58e3f93a 100644
|
| --- a/ui/native_theme/native_theme_aura.cc
|
| +++ b/ui/native_theme/native_theme_aura.cc
|
| @@ -131,7 +131,7 @@ void NativeThemeAura::PaintMenuItemBackground(
|
| State state,
|
| const gfx::Rect& rect,
|
| const MenuItemExtraParams& menu_item) const {
|
| - CommonThemePaintMenuItemBackground(canvas, state, rect, menu_item);
|
| + CommonThemePaintMenuItemBackground(this, canvas, state, rect, menu_item);
|
| }
|
|
|
| void NativeThemeAura::PaintArrowButton(SkCanvas* canvas,
|
|
|