| Index: ui/aura/test/test_screen.h
|
| diff --git a/ui/aura/test/test_screen.h b/ui/aura/test/test_screen.h
|
| index 1aedda79061891a4dc0ccd0ad7f0eba8f543d50e..13b29b39bc4d6df799d402b34c1e0ae46603b411 100644
|
| --- a/ui/aura/test/test_screen.h
|
| +++ b/ui/aura/test/test_screen.h
|
| @@ -23,14 +23,14 @@ class TestScreen : public gfx::ScreenImpl {
|
| virtual gfx::Point GetCursorScreenPoint() OVERRIDE;
|
| virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() OVERRIDE;
|
| virtual int GetNumMonitors() OVERRIDE;
|
| - virtual gfx::Monitor GetMonitorNearestWindow(
|
| + virtual gfx::Display GetMonitorNearestWindow(
|
| gfx::NativeView view) const OVERRIDE;
|
| - virtual gfx::Monitor GetMonitorNearestPoint(
|
| + virtual gfx::Display GetMonitorNearestPoint(
|
| const gfx::Point& point) const OVERRIDE;
|
| - virtual gfx::Monitor GetPrimaryMonitor() const OVERRIDE;
|
| + virtual gfx::Display GetPrimaryMonitor() const OVERRIDE;
|
|
|
| private:
|
| - gfx::Monitor GetMonitor() const;
|
| + gfx::Display GetMonitor() const;
|
|
|
| aura::RootWindow* root_window_;
|
|
|
|
|