| Index: ui/gfx/screen_impl.h
|
| diff --git a/ui/gfx/screen_impl.h b/ui/gfx/screen_impl.h
|
| index 26bd02d7c2c94ad337cee9145b54889cf87ed7ed..39e8f25fab7611c765a0d4e585d757e0e4626288 100644
|
| --- a/ui/gfx/screen_impl.h
|
| +++ b/ui/gfx/screen_impl.h
|
| @@ -20,12 +20,12 @@ class UI_EXPORT ScreenImpl {
|
| virtual gfx::Point GetCursorScreenPoint() = 0;
|
| virtual gfx::NativeWindow GetWindowAtCursorScreenPoint() = 0;
|
|
|
| - virtual int GetNumMonitors() = 0;
|
| - virtual gfx::Display GetMonitorNearestWindow(
|
| + virtual int GetNumDisplays() = 0;
|
| + virtual gfx::Display GetDisplayNearestWindow(
|
| gfx::NativeView window) const = 0;
|
| - virtual gfx::Display GetMonitorNearestPoint(
|
| + virtual gfx::Display GetDisplayNearestPoint(
|
| const gfx::Point& point) const = 0;
|
| - virtual gfx::Display GetPrimaryMonitor() const = 0;
|
| + virtual gfx::Display GetPrimaryDisplay() const = 0;
|
| };
|
|
|
| } // namespace gfx
|
|
|