Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: ui/views/widget/desktop_screen_position_client.h

Issue 10911342: Add ScreenPositionClient::ConvertNativePointToScreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/client/screen_position_client.h ('k') | ui/views/widget/desktop_screen_position_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/aura/client/screen_position_client.h ('k') | ui/views/widget/desktop_screen_position_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698