| Index: ui/aura/desktop/desktop_screen_win.h
|
| diff --git a/ui/aura/desktop/desktop_screen_win.h b/ui/aura/desktop/desktop_screen_win.h
|
| index 02c2af12ee37c9830f2eaf0a007dfa51858019ca..97eddb08eaf1e5c215aae201ea4f345dd7183dcc 100644
|
| --- a/ui/aura/desktop/desktop_screen_win.h
|
| +++ b/ui/aura/desktop/desktop_screen_win.h
|
| @@ -19,12 +19,12 @@ public:
|
| // Overridden from gfx::ScreenImpl:
|
| virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
| virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
|
| - virtual int GetNumMonitors() OVERRIDE;
|
| - virtual gfx::Display GetMonitorNearestWindow(
|
| + virtual int GetNumDisplays() OVERRIDE;
|
| + virtual gfx::Display GetDisplayNearestWindow(
|
| gfx::NativeView window) const OVERRIDE;
|
| - virtual gfx::Display GetMonitorNearestPoint(
|
| + virtual gfx::Display GetDisplayNearestPoint(
|
| const gfx::Point& point) const OVERRIDE;
|
| - virtual gfx::Display GetPrimaryMonitor() const OVERRIDE;
|
| + virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(DesktopScreenWin);
|
|
|