| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 95a52c1edd05ec325c41949eafc7b4e9fdb49673..b45b747f47e88fab97c7367f90f7af40ea7c634e 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -141,7 +141,7 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| // itself). For successful swaps, the implementation must call
|
| // OutputSurfaceClient::DidSwapBuffers() and eventually
|
| // DidSwapBuffersComplete().
|
| - virtual void SwapBuffers(CompositorFrame* frame) = 0;
|
| + virtual void SwapBuffers(std::unique_ptr<CompositorFrame> frame) = 0;
|
| virtual void OnSwapBuffersComplete();
|
|
|
| // Called by subclasses after receiving a response from the gpu process to a
|
|
|