diff options
Diffstat (limited to 'ui/views/widget/desktop_screen_position_client.h')
-rw-r--r-- | ui/views/widget/desktop_screen_position_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/views/widget/desktop_screen_position_client.h b/ui/views/widget/desktop_screen_position_client.h index 2fa7865..72e4dd7 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; |