| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index ff4ca346c74405ec49bd14323a08154357c7e61c..6fb4276dd9429ee7a5ab63dd7c2ac18aeff2b722 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -34,6 +34,11 @@ class CC_EXPORT OutputSurfaceClient {
|
| virtual void SetBeginFrameSource(BeginFrameSource* source) = 0;
|
|
|
| virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
|
| + // For LayerTreeHostImpl, this is more of a OnSwapBuffersAck from the display
|
| + // compositor that it received and will use the frame, unblocking it from
|
| + // producing more frames.
|
| + // For the display compositor this is literally a notification that the swap
|
| + // to the hardware is complete.
|
| virtual void DidSwapBuffersComplete() = 0;
|
| virtual void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) = 0;
|
|
|