| Index: ash/shell/window_watcher.cc
|
| diff --git a/ash/shell/window_watcher.cc b/ash/shell/window_watcher.cc
|
| index 4dfcea4e57746993c3b900acb0fd50d8a039c4e8..f076483a1e62fbdab863882894aaa458101538bb 100644
|
| --- a/ash/shell/window_watcher.cc
|
| +++ b/ash/shell/window_watcher.cc
|
| @@ -118,8 +118,7 @@ void WindowWatcher::OnWindowAdded(aura::Window* new_window) {
|
| image_count == 1 ? 255 : 0,
|
| image_count == 2 ? 255 : 0);
|
| image_count = (image_count + 1) % 3;
|
| - item.image = gfx::ImageSkia(gfx::ImageSkiaRep(icon_bitmap,
|
| - ui::SCALE_FACTOR_100P));
|
| + item.image = gfx::ImageSkia(gfx::ImageSkiaRep(icon_bitmap, 1.0f));
|
|
|
| model->Add(item);
|
| }
|
|
|