Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 7c36c8ef48c7c5490940813466a39ebad3366d2d..ab3324040c09a6c170fd30299f654c1afdce61dd 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -243,7 +243,7 @@ aura::Window* Shell::GetTargetRootWindow() { |
| // static |
| gfx::Screen* Shell::GetScreen() { |
|
oshima
2016/01/19 20:44:31
This is no longer useful. I'll remove it in a sepa
scottmg
2016/01/19 21:55:57
OK, thanks.
|
| - return gfx::Screen::GetScreenByType(gfx::SCREEN_TYPE_ALTERNATE); |
| + return gfx::Screen::GetScreen(); |
| } |
| // static |