| Index: ui/aura/test/test_screen.cc
|
| diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
|
| index 20e13827be9c676f365512df73404b00ee4766dc..db33ab504c5f381512dd55554511571386a789f5 100644
|
| --- a/ui/aura/test/test_screen.cc
|
| +++ b/ui/aura/test/test_screen.cc
|
| @@ -63,7 +63,7 @@ void TestScreen::SetDeviceScaleFactor(float device_scale_factor) {
|
| gfx::Rect bounds_in_pixel(display.GetSizeInPixel());
|
| display.SetScaleAndBounds(device_scale_factor, bounds_in_pixel);
|
| display_list().UpdateDisplay(display);
|
| - host_->OnHostResized(bounds_in_pixel.size());
|
| + host_->OnHostResizedInPixel(bounds_in_pixel.size());
|
| }
|
|
|
| void TestScreen::SetDisplayRotation(display::Display::Rotation rotation) {
|
|
|