Index: ash/display/screen_position_controller.h |
diff --git a/ash/display/screen_position_controller.h b/ash/display/screen_position_controller.h |
index 51bf50104053428511651f7921c9f28567e971fe..ad692f9b1df42cb611f3fee9d18dfef77b1cd73f 100644 |
--- a/ash/display/screen_position_controller.h |
+++ b/ash/display/screen_position_controller.h |
@@ -21,7 +21,7 @@ class ScreenPositionController : public aura::client::ScreenPositionClient { |
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, |