| Index: ash/app_list/app_list.cc
|
| diff --git a/ash/app_list/app_list.cc b/ash/app_list/app_list.cc
|
| index cfa35bcf629fe23ce96b292757534ed8187a678c..cd56f6cdf49a085b67124bf4a4fd4000b767692e 100644
|
| --- a/ash/app_list/app_list.cc
|
| +++ b/ash/app_list/app_list.cc
|
| @@ -36,7 +36,7 @@ const int kSecondAnimationStartDelay = kAnimationDurationMs - 20;
|
| gfx::Rect GetPreferredBounds() {
|
| gfx::Point cursor = gfx::Screen::GetCursorScreenPoint();
|
| // Use full monitor rect so that the app list shade goes behind the launcher.
|
| - return gfx::Screen::GetMonitorAreaNearestPoint(cursor);
|
| + return gfx::Screen::GetMonitorNearestPoint(cursor).bounds();
|
| }
|
|
|
| ui::Layer* GetLayer(views::Widget* widget) {
|
|
|