| Index: ui/wm/core/default_screen_position_client.h
|
| diff --git a/ui/wm/core/default_screen_position_client.h b/ui/wm/core/default_screen_position_client.h
|
| index 3c7bfa3f89ea298ebd238435f0194ce95f51a96a..464b1ed93f500f77cc94b29aa46d8b90acaddc86 100644
|
| --- a/ui/wm/core/default_screen_position_client.h
|
| +++ b/ui/wm/core/default_screen_position_client.h
|
| @@ -22,8 +22,13 @@ class WM_EXPORT DefaultScreenPositionClient
|
| // 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,
|
|
|