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

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 43f2e5d1d22461e2da8dde5e16049bf451820c16..3ae410791a728dc9fe22c175a756c615807e2488 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -128,6 +128,10 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
// Posts |native_event| to the platform's event queue.
void PostNativeEvent(const base::NativeEvent& native_event);
+ // Converts the |point| in the desktop's coordinate to native screen's
Daniel Erat 2011/11/22 00:25:32 nit: would probably reword as this: // Converts
oshima 2011/11/22 01:36:10 Done.
+ // cooridnates.
sky 2011/11/22 00:28:33 coordinates
+ void ConvertPointToNativeScreen(gfx::Point* point) const;
+
// Capture -------------------------------------------------------------------
// Sets capture to the specified window.

Powered by Google App Engine
This is Rietveld 408576698