| Index: ui/display/screen_base.cc
|
| diff --git a/ui/display/screen_base.cc b/ui/display/screen_base.cc
|
| index 21c8c270f2c21cbf3d29c3f9ef696dceb51e5fd3..adac026e20505b76a80796fe84a6d56856574e22 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();
|
|
|