| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 777df13fbaf20a3f8ee050f8dbaeb505d1f8de3c..1769c19fe60d303b082519dcf7c9103d3ad8ea25 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -807,6 +807,11 @@ void SingleThreadProxy::DidFinishImplFrame() {
|
| #endif
|
| }
|
|
|
| +void SingleThreadProxy::DidNotProduceFrame(const BeginFrameAck& ack) {
|
| + DebugScopedSetImplThread impl(task_runner_provider_);
|
| + layer_tree_host_impl_->DidNotProduceFrame(ack);
|
| +}
|
| +
|
| void SingleThreadProxy::DidReceiveCompositorFrameAck() {
|
| layer_tree_host_->DidReceiveCompositorFrameAck();
|
| }
|
|
|