diff options
Diffstat (limited to 'ui/aura/desktop_host.h')
-rw-r--r-- | ui/aura/desktop_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/desktop_host.h b/ui/aura/desktop_host.h index b276dea..0ac7be1 100644 --- a/ui/aura/desktop_host.h +++ b/ui/aura/desktop_host.h @@ -50,6 +50,9 @@ class DesktopHost : public MessageLoop::Dispatcher { virtual gfx::Size GetSize() const = 0; virtual void SetSize(const gfx::Size& size) = 0; + // Returns the location of the desktop on native screen. + virtual gfx::Point GetLocationOnNativeScreen() const = 0; + // Sets the currently displayed cursor. virtual void SetCursor(gfx::NativeCursor cursor) = 0; |