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. |