| Index: ash/display/screen_position_controller.h
|
| diff --git a/ash/display/screen_position_controller.h b/ash/display/screen_position_controller.h
|
| index 344c2cd56e34a4b4649a2ced98772a5e2b0cf623..5109b31ac90d8e44dea679d946f3350ad29c68ba 100644
|
| --- a/ash/display/screen_position_controller.h
|
| +++ b/ash/display/screen_position_controller.h
|
| @@ -34,8 +34,12 @@ class ASH_EXPORT ScreenPositionController
|
| // aura::client::ScreenPositionClient overrides:
|
| void ConvertPointToScreen(const aura::Window* window,
|
| gfx::Point* point) override;
|
| + void ConvertPointToScreenF(const aura::Window* window,
|
| + gfx::PointF* point) override;
|
| void ConvertPointFromScreen(const aura::Window* window,
|
| gfx::Point* point) override;
|
| + void ConvertPointFromScreenF(const aura::Window* window,
|
| + gfx::PointF* point) override;
|
| void ConvertHostPointToScreen(aura::Window* window,
|
| gfx::Point* point) override;
|
| void SetBounds(aura::Window* window,
|
|
|