| Index: views/controls/menu/submenu_view.cc
|
| diff --git a/views/controls/menu/submenu_view.cc b/views/controls/menu/submenu_view.cc
|
| index a68568d36cce16ef9bdb395b76fc7a9e2341aee1..50cb44044a2bdcc1fa5860a366e55002c3654b48 100644
|
| --- a/views/controls/menu/submenu_view.cc
|
| +++ b/views/controls/menu/submenu_view.cc
|
| @@ -357,8 +357,7 @@ void SubmenuView::PaintDropIndicator(gfx::Canvas* canvas,
|
| return;
|
|
|
| gfx::Rect bounds = CalculateDropIndicatorBounds(item, position);
|
| - canvas->FillRectInt(kDropIndicatorColor, bounds.x(), bounds.y(),
|
| - bounds.width(), bounds.height());
|
| + canvas->FillRect(kDropIndicatorColor, bounds);
|
| }
|
|
|
| void SubmenuView::SchedulePaintForDropIndicator(
|
|
|