| Index: ui/display/test/test_screen.cc
|
| diff --git a/ui/display/test/test_screen.cc b/ui/display/test/test_screen.cc
|
| index 63e3740d5af20c562947d046d07503b07f76e3f6..1822a6813646951a9425d9e6b79a0df3a6dd86ad 100644
|
| --- a/ui/display/test/test_screen.cc
|
| +++ b/ui/display/test/test_screen.cc
|
| @@ -32,5 +32,10 @@ Display TestScreen::GetDisplayNearestWindow(gfx::NativeView view) const {
|
| return GetPrimaryDisplay();
|
| }
|
|
|
| +Display TestScreen::GetDisplayNearestWindowAndroid(gfx::NativeWindow window)
|
| + const {
|
| + return GetPrimaryDisplay();
|
| +}
|
| +
|
| } // namespace test
|
| } // namespace display
|
|
|