Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index dc408c76fa8721b881caca3a3c32d1d2b44e0ae7..7fe1f565106808b68952ba9866a608188f381b81 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -454,7 +454,7 @@ bool SingleThreadProxy::DoComposite( |
bool start_ready_animations = true; |
layer_tree_host_impl_->UpdateAnimationState(start_ready_animations); |
- layer_tree_host_impl_->BeginNextFrame(); |
+ layer_tree_host_impl_->ResetCurrentFrameTimeForNextFrame(); |
} |
if (lost_output_surface) { |