| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 98015a8444f73cf6e0321ccf343c32ed631e63d2..9fc85071f12d26acbbd700c233efcaabcfb2ee3f 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -445,6 +445,10 @@ void SingleThreadProxy::DidManageTiles() {
|
| scheduler_on_impl_thread_->DidManageTiles();
|
| }
|
|
|
| +void SingleThreadProxy::DidCompletePageScaleAnimationBeforeCommit() {
|
| + layer_tree_host_->DidCompletePageScaleAnimationBeforeCommit();
|
| +}
|
| +
|
| void SingleThreadProxy::UpdateRendererCapabilitiesOnImplThread() {
|
| DCHECK(IsImplThread());
|
| renderer_capabilities_for_main_thread_ =
|
|
|