| Index: ui/display/test/test_screen.cc
|
| diff --git a/ui/display/test/test_screen.cc b/ui/display/test/test_screen.cc
|
| index 1293a28020c54380c255296c1d9f4b94b305f7d6..63e3740d5af20c562947d046d07503b07f76e3f6 100644
|
| --- a/ui/display/test/test_screen.cc
|
| +++ b/ui/display/test/test_screen.cc
|
| @@ -28,7 +28,7 @@
|
| return nullptr;
|
| }
|
|
|
| -Display TestScreen::GetDisplayNearestWindow(gfx::NativeWindow window) const {
|
| +Display TestScreen::GetDisplayNearestWindow(gfx::NativeView view) const {
|
| return GetPrimaryDisplay();
|
| }
|
|
|
|
|