| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index b9360068882fdd19e4d3eebd8c41107cd750b079..5d10435dc075657ea1d240665ff83f2f998f23d4 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -143,8 +143,7 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| // 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::DidSwapBuffers() and eventually
|
| - // DidSwapBuffersComplete().
|
| + // DidSwapBuffersComplete() (via OnSwapBuffersComplete()) eventually.
|
| virtual void SwapBuffers(CompositorFrame frame) = 0;
|
| virtual void OnSwapBuffersComplete();
|
|
|
|
|