| Index: ui/display/screen_base.cc
|
| diff --git a/ui/display/screen_base.cc b/ui/display/screen_base.cc
|
| index 297f9108958d827bb1a1c6e3c142e4092c75037d..1180a1f420028781d156340b5b1a045d75a6de1a 100644
|
| --- a/ui/display/screen_base.cc
|
| +++ b/ui/display/screen_base.cc
|
| @@ -38,7 +38,7 @@ Display ScreenBase::GetPrimaryDisplay() const {
|
| return *iter;
|
| }
|
|
|
| -Display ScreenBase::GetDisplayNearestWindow(gfx::NativeView view) const {
|
| +Display ScreenBase::GetDisplayNearestWindow(gfx::NativeWindow window) const {
|
| // TODO(riajiang): Implement this for multi-displays either here or in
|
| // ScreenMus.
|
| NOTIMPLEMENTED();
|
|
|