| Index: ash/display/screen_ash.h
|
| diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
|
| index 4da38776f65508dfd8ce14a06611d82b075f6b3b..75620eedb3455fe7455807778ce25d6dd35f1cbe 100644
|
| --- a/ash/display/screen_ash.h
|
| +++ b/ash/display/screen_ash.h
|
| @@ -35,7 +35,8 @@ class ASH_EXPORT ScreenAsh : public display::Screen {
|
| gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
|
| int GetNumDisplays() const override;
|
| const std::vector<display::Display>& GetAllDisplays() const override;
|
| - display::Display GetDisplayNearestWindow(gfx::NativeView view) const override;
|
| + display::Display GetDisplayNearestWindow(
|
| + gfx::NativeWindow window) const override;
|
| display::Display GetDisplayNearestPoint(
|
| const gfx::Point& point) const override;
|
| display::Display GetDisplayMatching(
|
|
|