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