| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| index 13ff8e42ec18c2432d57e3fbd86e64db404eae05..b51d02e8d83df63737d8a4e9b5e29a17dc08e7b7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -434,7 +434,7 @@ void OffscreenCanvasFrameDispatcherImpl::OnBeginFrame(
|
| if (pending_compositor_frames_ >= kMaxPendingCompositorFrames ||
|
| (begin_frame_args.type == cc::BeginFrameArgs::MISSED &&
|
| base::TimeTicks::Now() > begin_frame_args.deadline)) {
|
| - sink_->BeginFrameDidNotSwap(current_begin_frame_ack_);
|
| + sink_->DidNotProduceFrame(current_begin_frame_ack_);
|
| return;
|
| }
|
|
|
|
|