Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 6498f0e0996ce49b310eb9a1c7a5d83bcfbfe4df..6161410cd37d674d3671bf71f4365c91d7372347 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -444,6 +444,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_ = |