| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index c1045645b75a00bf6def4dba95897a327bb78931..4b6c1121582d52d632af239ddca615686afe8e53 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -118,10 +118,9 @@ class CC_EXPORT OutputSurface {
|
| // when the framebuffer is bound via BindFramebuffer().
|
| virtual uint32_t GetFramebufferCopyTextureFormat() = 0;
|
|
|
| - // The implementation may destroy or steal the contents of the CompositorFrame
|
| - // passed in (though it will not take ownership of the CompositorFrame
|
| - // itself). For successful swaps, the implementation must call
|
| - // OutputSurfaceClient::DidSwapBuffersComplete() eventually.
|
| + // Swaps the current backbuffer to the screen. For successful swaps, the
|
| + // implementation must call OutputSurfaceClient::DidReceiveSwapBuffersAck()
|
| + // after returning from this method in order to unblock the next frame.
|
| virtual void SwapBuffers(OutputSurfaceFrame frame) = 0;
|
|
|
| protected:
|
|
|