| Index: ui/views/controls/menu/menu_item_view.cc
|
| diff --git a/ui/views/controls/menu/menu_item_view.cc b/ui/views/controls/menu/menu_item_view.cc
|
| index 4fe0f53e97baacab908b12d8cae3a8dc65379a28..8ac72d6c0585e9df5bd33a17aa08605a2da677ab 100644
|
| --- a/ui/views/controls/menu/menu_item_view.cc
|
| +++ b/ui/views/controls/menu/menu_item_view.cc
|
| @@ -792,6 +792,8 @@ void MenuItemView::PaintButtonCommon(gfx::Canvas* canvas,
|
| &override_color)) {
|
| canvas->DrawColor(override_color);
|
| } else if (render_selection) {
|
| + // TODO(erg): The following doesn't actually get the focused menu item
|
| + // background for times when we want to match the native OS.
|
| if (ui::NativeTheme::IsNewMenuStyleEnabled()) {
|
| gfx::Rect item_bounds(0, 0, width(), height());
|
| AdjustBoundsForRTLUI(&item_bounds);
|
|
|