Index: ash/wm/app_list_controller.cc |
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc |
index 53290de72b7f6d1c3e29a8408ff3549077c02d2d..1fa0ac5bc0b337b0836295f87f9feb993f123f81 100644 |
--- a/ash/wm/app_list_controller.cc |
+++ b/ash/wm/app_list_controller.cc |
@@ -202,7 +202,7 @@ void AppListController::ScheduleAnimation() { |
void AppListController::ProcessLocatedEvent(const aura::LocatedEvent& event) { |
if (view_ && is_visible_) { |
views::Widget* widget = view_->GetWidget(); |
- if (!widget->GetNativeView()->GetRootWindowBounds().Contains( |
+ if (!widget->GetNativeView()->GetBoundsInRootWindow().Contains( |
event.root_location())) { |
SetVisible(false); |
} |