| Index: ui/aura/test/test_screen.h
|
| diff --git a/ui/aura/test/test_screen.h b/ui/aura/test/test_screen.h
|
| index 13b29b39bc4d6df799d402b34c1e0ae46603b411..399b486fb0ff6a017e595f16fa0fb3d9b0236536 100644
|
| --- a/ui/aura/test/test_screen.h
|
| +++ b/ui/aura/test/test_screen.h
|
| @@ -22,12 +22,12 @@ class TestScreen : public gfx::ScreenImpl {
|
| // gfx::ScreenImpl overrides:
|
| 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 view) 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:
|
| gfx::Display GetMonitor() const;
|
|
|