| Index: ui/display/screen_base.cc
|
| diff --git a/ui/display/screen_base.cc b/ui/display/screen_base.cc
|
| index 67cb6038b3bdc2d5428304ed71986a59ab55aca3..22779f7632816fca3ccd03dcd3f476a0d89dc82b 100644
|
| --- a/ui/display/screen_base.cc
|
| +++ b/ui/display/screen_base.cc
|
| @@ -57,7 +57,7 @@ Display ScreenBase::GetPrimaryDisplay() const {
|
| return *iter;
|
| }
|
|
|
| -Display ScreenBase::GetDisplayNearestWindow(gfx::NativeView view) const {
|
| +Display ScreenBase::GetDisplayNearestWindow(const gfx::NativeView view) const {
|
| NOTIMPLEMENTED();
|
| return GetPrimaryDisplay();
|
| }
|
|
|