Index: ui/views/widget/desktop_aura/desktop_screen_position_client.h |
diff --git a/ui/views/widget/desktop_aura/desktop_screen_position_client.h b/ui/views/widget/desktop_aura/desktop_screen_position_client.h |
index 479a1cc4b3d1339b3d36e82888d9ccf69da8953b..da8ad402ea7e91b19feb9f6b73b9fe81f7929a8a 100644 |
--- a/ui/views/widget/desktop_aura/desktop_screen_position_client.h |
+++ b/ui/views/widget/desktop_aura/desktop_screen_position_client.h |
@@ -23,7 +23,7 @@ class VIEWS_EXPORT DesktopScreenPositionClient |
gfx::Point* point) OVERRIDE; |
virtual void ConvertPointFromScreen(const aura::Window* window, |
gfx::Point* point) OVERRIDE; |
- virtual void ConvertHostPointToScreen(aura::RootWindow* window, |
+ virtual void ConvertHostPointToScreen(aura::Window* window, |
gfx::Point* point) OVERRIDE; |
virtual void SetBounds(aura::Window* window, |
const gfx::Rect& bounds, |