| Index: ui/display/ios/screen_ios.mm
|
| diff --git a/ui/display/ios/screen_ios.mm b/ui/display/ios/screen_ios.mm
|
| index 08d0d921b171106439039de2e348b1aadea7c064..5e2e53f5a0f6160720c7e8f9801ffb33a881ba1b 100644
|
| --- a/ui/display/ios/screen_ios.mm
|
| +++ b/ui/display/ios/screen_ios.mm
|
| @@ -43,7 +43,7 @@ class ScreenIos : public Screen {
|
| }
|
|
|
| // Returns the display nearest the specified window.
|
| - Display GetDisplayNearestWindow(gfx::NativeView view) const override {
|
| + Display GetDisplayNearestWindow(const gfx::NativeView view) const override {
|
| NOTIMPLEMENTED();
|
| return Display();
|
| }
|
|
|