| Index: cc/surfaces/compositor_frame_sink_support.h
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
|
| index a0018fd2b71145be41d328e3a349a1e246fe3181..bdafb4933e6c0f752edc1fde38a9d63fd003d6b5 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -49,7 +49,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
|
|
| void EvictFrame();
|
| void SetNeedsBeginFrame(bool needs_begin_frame);
|
| - void DidFinishFrame(const BeginFrameAck& ack);
|
| + void BeginFrameDidNotSwap(const BeginFrameAck& ack);
|
| void SubmitCompositorFrame(const LocalSurfaceId& local_surface_id,
|
| CompositorFrame frame);
|
| void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> request);
|
|
|