diff options
Diffstat (limited to 'ash/shelf/shelf.cc')
-rw-r--r-- | ash/shelf/shelf.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc index e016875..51a90d1 100644 --- a/ash/shelf/shelf.cc +++ b/ash/shelf/shelf.cc @@ -9,7 +9,7 @@ #include "ash/focus_cycler.h" #include "ash/root_window_controller.h" -#include "ash/screen_ash.h" +#include "ash/screen_util.h" #include "ash/shelf/shelf_delegate.h" #include "ash/shelf/shelf_item_delegate.h" #include "ash/shelf/shelf_item_delegate_manager.h" @@ -95,7 +95,7 @@ gfx::Rect Shelf::GetScreenBoundsOfItemIconForWindow(aura::Window* window) { void Shelf::UpdateIconPositionForWindow(aura::Window* window) { shelf_view_->UpdatePanelIconPosition( GetLauncherIDForWindow(window), - ScreenAsh::ConvertRectFromScreen( + ScreenUtil::ConvertRectFromScreen( shelf_widget()->GetNativeView(), window->GetBoundsInScreen()).CenterPoint()); } |