Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 2f67740db632d01f2d158708adf00ba2e1c2bff5..b4cec07eaf480f0109ce354ebc55244b3b1819b7 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -427,7 +427,7 @@ bool SingleThreadProxy::DoComposite( |
} |
layer_tree_host_impl_->Animate( |
- layer_tree_host_impl_->CurrentFrameTimeTicks()); |
+ layer_tree_host_impl_->CurrentBeginFrameArgs().frame_time); |
UpdateBackgroundAnimateTicking(); |
if (!layer_tree_host_impl_->IsContextLost()) { |