| Index: ui/aura/screen_aura.h
|
| diff --git a/ui/aura/screen_aura.h b/ui/aura/screen_aura.h
|
| index 5ebacf87bb9ef6f27146a4b6b268a0e5d8863885..b2a9f4c22b75103701d945c9e9549d5d825685e1 100644
|
| --- a/ui/aura/screen_aura.h
|
| +++ b/ui/aura/screen_aura.h
|
| @@ -35,6 +35,8 @@ class AURA_EXPORT ScreenAura : public gfx::Screen {
|
| virtual gfx::Rect GetMonitorAreaNearestPointImpl(
|
| const gfx::Point& point) OVERRIDE;
|
| virtual gfx::NativeWindow GetWindowAtCursorScreenPointImpl() OVERRIDE;
|
| + virtual gfx::Size GetPrimaryMonitorSizeImpl() OVERRIDE;
|
| + virtual int GetNumMonitorsImpl() OVERRIDE;
|
|
|
| private:
|
| // We currently support only one monitor. These two methods return the bounds
|
|
|