| Index: ui/views/widget/desktop_screen_position_client.h
|
| diff --git a/ui/views/widget/desktop_screen_position_client.h b/ui/views/widget/desktop_screen_position_client.h
|
| index 2fa7865bc0cd9ba3e16b1e84a67b8b891b9f8078..72e4dd71c8a91808444f87344ddbad363ca786fb 100644
|
| --- a/ui/views/widget/desktop_screen_position_client.h
|
| +++ b/ui/views/widget/desktop_screen_position_client.h
|
| @@ -23,6 +23,8 @@ class VIEWS_EXPORT DesktopScreenPositionClient
|
| 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;
|
|
|