Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index f41bc9fea43e116e44e5cb744e9d05c65199a90c..54c6f9210968c7d03b1a9b30071474694ea6b9cc 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -524,7 +524,9 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) { |
TRACE_EVENT0("cc", "LayerTreeHost::AnimationHost::PushProperties"); |
DCHECK(host_impl->animation_host()); |
- animation_host_->PushPropertiesTo(host_impl->animation_host()); |
+ animation_host_->PushPropertiesTo( |
+ host_impl->animation_host(), |
+ host_impl->CurrentBeginFrameArgs().frame_time); |
} |
// This must happen after synchronizing property trees and after push |