| Index: ui/aura/desktop_host.h
|
| diff --git a/ui/aura/desktop_host.h b/ui/aura/desktop_host.h
|
| index b276dead1e1ad6609ba65729ab472eea254ceb13..0ac7be1d039367a3da93388ae02cf3c82c00f2e1 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;
|
|
|
|
|