| Index: cc/surfaces/surface_manager.h
|
| diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
|
| index a17d5a7717f9ad44596ebbe9d3a2c0b761a0479c..5e45a62fd4f4cf66232b2e7a6e5e507017cc6ea6 100644
|
| --- a/cc/surfaces/surface_manager.h
|
| +++ b/cc/surfaces/surface_manager.h
|
| @@ -61,9 +61,7 @@ class CC_SURFACES_EXPORT SurfaceManager
|
|
|
| // Called when a CompositorFrame is submitted to a SurfaceFactory for a given
|
| // |surface_id| for the first time.
|
| - void SurfaceCreated(const SurfaceId& surface_id,
|
| - const gfx::Size& frame_size,
|
| - float device_scale_factor);
|
| + void SurfaceCreated(const SurfaceInfo& surface_info);
|
|
|
| // A frame for a surface satisfies a set of sequence numbers in a particular
|
| // id namespace.
|
|
|