| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 9d42e49e26724dc8ee03b2daa08fc3eb282b9539..d32deb85c4edd19d028acafb612e43be128233db 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -234,8 +234,7 @@
|
| return GetPrimaryDisplay();
|
| const RootWindowSettings* rws = GetRootWindowSettings(root_window);
|
| if (rws->shutdown)
|
| - return GetPrimaryDisplay();
|
| -
|
| + return gfx::Display(1);
|
| int64 id = rws->display_id;
|
| // if id is |kInvaildDisplayID|, it's being deleted.
|
| DCHECK(id != gfx::Display::kInvalidDisplayID);
|
|
|