| 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..689a893b47a1c8be7e5d8559e0cc6ed623c54b74 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_->OnHostResizedInPixels(bounds_in_pixel.size()); | 
| } | 
|  | 
| void TestScreen::SetDisplayRotation(display::Display::Rotation rotation) { | 
|  |