Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index fee2d6c61e4f92a745574b96d3008c01245076af..19de00ee45713ee3c672e43f5d2eb00b2a46c443 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 |