| Index: ash/display/screen_ash.h
|
| diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
|
| index c315caf77a55ab31ecd022241bed6c470d38c99f..18eff16e5c87e39079f8bdfd91de9212a90e8b37 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;
|
| std::vector<display::Display> GetAllDisplays() const override;
|
| - display::Display GetDisplayNearestWindow(gfx::NativeView view) const override;
|
| + display::Display GetDisplayNearestWindow(
|
| + const gfx::NativeView view) const override;
|
| display::Display GetDisplayNearestPoint(
|
| const gfx::Point& point) const override;
|
| display::Display GetDisplayMatching(
|
|
|