| Index: cc/surfaces/surface_factory.h
|
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
|
| index e1db584ebe0f98535e7ceae659b317f86659e8a4..99f0aeb54d1d4344775161248604dd4f1d684ea2 100644
|
| --- a/cc/surfaces/surface_factory.h
|
| +++ b/cc/surfaces/surface_factory.h
|
| @@ -62,7 +62,7 @@
|
| // The callback is called the first time this frame is used to draw, or if
|
| // the frame is discarded.
|
| void SubmitCompositorFrame(SurfaceId surface_id,
|
| - CompositorFrame frame,
|
| + std::unique_ptr<CompositorFrame> frame,
|
| const DrawCallback& callback);
|
| void RequestCopyOfSurface(SurfaceId surface_id,
|
| std::unique_ptr<CopyOutputRequest> copy_request);
|
|
|