| 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 5eda4c0feb63e4c7588f750d37dc89058e8f60f1..f3440e1b369d92a96a236457b3d1061d68709e07 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -59,7 +59,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
|
|
| void EvictCurrentSurface();
|
| void SetNeedsBeginFrame(bool needs_begin_frame);
|
| - void BeginFrameDidNotSwap(const BeginFrameAck& ack);
|
| + void DidNotProduceFrame(const BeginFrameAck& ack);
|
| void SubmitCompositorFrame(const LocalSurfaceId& local_surface_id,
|
| CompositorFrame frame);
|
| void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> request);
|
|
|