Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index ff2ea9004141b4df8e91fc3de8bef8b2fde96f11..99c500bd296934628098f4314cd6fc7ad1aa9575 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -439,6 +439,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_ = |