| Index: ui/views/controls/menu/menu_win.cc
|
| diff --git a/ui/views/controls/menu/menu_win.cc b/ui/views/controls/menu/menu_win.cc
|
| index ac08ec7fb5b36170ad8727df7f75b4665f042312..2e5a4dca739559aa8fcceb7cdbe128288f4acd90 100644
|
| --- a/ui/views/controls/menu/menu_win.cc
|
| +++ b/ui/views/controls/menu/menu_win.cc
|
| @@ -183,8 +183,7 @@ class MenuHostWindow : public gfx::WindowImpl {
|
|
|
| // Draw the icon after the label, otherwise it would be covered
|
| // by the label.
|
| - gfx::ImageSkiaRep icon_image_rep =
|
| - data->icon.GetRepresentation(ui::SCALE_FACTOR_100P);
|
| + gfx::ImageSkiaRep icon_image_rep = data->icon.GetRepresentation(1.0f);
|
| if (data->icon.width() != 0 && data->icon.height() != 0) {
|
| gfx::Canvas canvas(icon_image_rep, false);
|
| skia::DrawToNativeContext(
|
|
|