| Index: ui/aura/desktop_host.h
|
| diff --git a/ui/aura/desktop_host.h b/ui/aura/desktop_host.h
|
| index b8318d26422659353959d933cced8808ca089d2b..983eea24b57c22bfa685e6efeb9871abd6900cdc 100644
|
| --- a/ui/aura/desktop_host.h
|
| +++ b/ui/aura/desktop_host.h
|
| @@ -29,6 +29,10 @@ class DesktopHost : public MessageLoop::Dispatcher {
|
| // Creates a new DesktopHost. The caller owns the returned value.
|
| static DesktopHost* Create(const gfx::Rect& bounds);
|
|
|
| + // Returns the actual size of the display.
|
| + // (gfx::Screen only reports on the virtual desktop exposed by Aura.)
|
| + static gfx::Size GetNativeDisplaySize();
|
| +
|
| // Sets the Desktop this DesktopHost is hosting. DesktopHost does not own the
|
| // Desktop.
|
| virtual void SetDesktop(Desktop* desktop) = 0;
|
|
|