| Index: cc/surfaces/compositor_frame_sink_support.cc
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.cc b/cc/surfaces/compositor_frame_sink_support.cc
|
| index 0fdb6c6855755951a03bcee2ce4fda161f209986..013823406f46124f1b86890678fc21d97e1ce4df 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.cc
|
| +++ b/cc/surfaces/compositor_frame_sink_support.cc
|
| @@ -85,7 +85,7 @@ void CompositorFrameSinkSupport::SetNeedsBeginFrame(bool needs_begin_frame) {
|
| UpdateNeedsBeginFramesInternal();
|
| }
|
|
|
| -void CompositorFrameSinkSupport::BeginFrameDidNotSwap(
|
| +void CompositorFrameSinkSupport::BeginFrameDidNotProduceFrame(
|
| const BeginFrameAck& ack) {
|
| // TODO(eseckler): While a pending CompositorFrame exists (see TODO below), we
|
| // should not acknowledge immediately. Instead, we should update the ack that
|
|
|