| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index adc42c986c709f91faab22b566af9a8c996e0329..e29f0d16b049e14d0b7e6bb7304dca2684ebad52 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -447,6 +447,10 @@ void SingleThreadProxy::DidPrepareTiles() {
|
| scheduler_on_impl_thread_->DidPrepareTiles();
|
| }
|
|
|
| +void SingleThreadProxy::DidCompletePageScaleAnimationOnImplThread() {
|
| + layer_tree_host_->DidCompletePageScaleAnimation();
|
| +}
|
| +
|
| void SingleThreadProxy::UpdateRendererCapabilitiesOnImplThread() {
|
| DCHECK(IsImplThread());
|
| renderer_capabilities_for_main_thread_ =
|
|
|