| Index: ash/display/screen_position_controller.h
|
| diff --git a/ash/display/screen_position_controller.h b/ash/display/screen_position_controller.h
|
| index f83affb442dc72f61370769ab8b79c5b21685be9..28c4f33b52a4e2ef5591dd9fea0acdbc3a62ce97 100644
|
| --- a/ash/display/screen_position_controller.h
|
| +++ b/ash/display/screen_position_controller.h
|
| @@ -21,6 +21,8 @@ class ScreenPositionController : public aura::client::ScreenPositionClient {
|
| gfx::Point* point) OVERRIDE;
|
| virtual void ConvertPointFromScreen(const aura::Window* window,
|
| gfx::Point* point) OVERRIDE;
|
| + virtual void ConvertNativePointToScreen(aura::Window* window,
|
| + gfx::Point* point) OVERRIDE;
|
| virtual void SetBounds(aura::Window* window,
|
| const gfx::Rect& bounds,
|
| const gfx::Display& display) OVERRIDE;
|
|
|