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

Unified Diff: ui/aura/desktop.h

Issue 8585015: Implement ui_controls for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 1 month 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
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index 3f27d4b8a6261118857a34791079755330246661..5b61aa15f37de17e7a47ff89194da533e7777ff7 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -131,6 +131,9 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// Posts |native_event| to the platform's event queue.
void PostNativeEvent(const base::NativeEvent& native_event);
+ // Converts |point| from the desktop's coordinate system to native screen's.
+ void ConvertPointToNativeScreen(gfx::Point* point) const;
+
// Capture -------------------------------------------------------------------
// Sets capture to the specified window.

Powered by Google App Engine
This is Rietveld 408576698