| Index: cc/surfaces/surface_factory_client.h
|
| diff --git a/cc/surfaces/surface_factory_client.h b/cc/surfaces/surface_factory_client.h
|
| index 3454c9c5361787b38bae9da89e920cf1b053e6e3..2c6b8e6a6bd1c671083e7816da3cae96e0cd2eb2 100644
|
| --- a/cc/surfaces/surface_factory_client.h
|
| +++ b/cc/surfaces/surface_factory_client.h
|
| @@ -21,7 +21,7 @@ class CC_SURFACES_EXPORT SurfaceFactoryClient {
|
|
|
| virtual void ReturnResources(const ReturnedResourceArray& resources) = 0;
|
|
|
| - virtual void WillDrawSurface(SurfaceId surface_id,
|
| + virtual void WillDrawSurface(const SurfaceId& surface_id,
|
| const gfx::Rect& damage_rect) {}
|
|
|
| // This allows the SurfaceFactory to pass a BeginFrameSource to use.
|
|
|