| Index: ui/display/test/test_screen.h
|
| diff --git a/ui/display/test/test_screen.h b/ui/display/test/test_screen.h
|
| index fb822f5d8dcd67e11426add22056ad13f72583b6..03de2d29ecc2373274774c193091c28b2e63e197 100644
|
| --- a/ui/display/test/test_screen.h
|
| +++ b/ui/display/test/test_screen.h
|
| @@ -33,7 +33,7 @@ class TestScreen : public Screen {
|
| gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
|
| int GetNumDisplays() const override;
|
| std::vector<Display> GetAllDisplays() const override;
|
| - Display GetDisplayNearestWindow(gfx::NativeView view) const override;
|
| + Display GetDisplayNearestWindow(const gfx::NativeView view) const override;
|
| Display GetDisplayNearestPoint(const gfx::Point& point) const override;
|
| Display GetDisplayMatching(const gfx::Rect& match_rect) const override;
|
| Display GetPrimaryDisplay() const override;
|
|
|