| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index 5a097f81299bc36cc59fb0bafd5d2dbc411e8b9c..2e283749536e076f21fdbb64b06885ee12272aae 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -392,9 +392,7 @@ void Display::OnSurfaceDamaged(const SurfaceId& surface_id, bool* changed) {
|
| UpdateRootSurfaceResourcesLocked();
|
| }
|
|
|
| -void Display::OnSurfaceCreated(const SurfaceId& surface_id,
|
| - const gfx::Size& frame,
|
| - float device_scale_factor) {}
|
| +void Display::OnSurfaceCreated(const SurfaceInfo& surface_info) {}
|
|
|
| const SurfaceId& Display::CurrentSurfaceId() {
|
| return current_surface_id_;
|
|
|