| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index 3d3b4a6539d88103df901bc209211713999a9d3c..60202f635348ba8d34d03712670cc035df22061e 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -483,6 +483,11 @@ void ProxyImpl::DidFinishImplFrame() {
|
| layer_tree_host_impl_->DidFinishImplFrame();
|
| }
|
|
|
| +void ProxyImpl::BeginFrameDidNotProduceFrame(const BeginFrameAck& ack) {
|
| + DCHECK(IsImplThread());
|
| + layer_tree_host_impl_->BeginFrameDidNotProduceFrame(ack);
|
| +}
|
| +
|
| void ProxyImpl::ScheduledActionSendBeginMainFrame(const BeginFrameArgs& args) {
|
| DCHECK(IsImplThread());
|
| unsigned int begin_frame_id = nextBeginFrameId++;
|
|
|