Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 87a390aa028babe2f2374c6ca5e4e1940bf05c1d..650995cec8839de70cb67fa8e829bd858e1e149f 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -112,7 +112,7 @@ class LayerTreeHostImplTimeSourceAdapter : public TimeSourceClient { |
layer_tree_host_impl_->UpdateBackgroundAnimateTicking(true); |
bool start_ready_animations = true; |
layer_tree_host_impl_->UpdateAnimationState(start_ready_animations); |
- layer_tree_host_impl_->BeginNextFrame(); |
+ layer_tree_host_impl_->ResetCurrentFrameTimeForNextFrame(); |
} |
void SetActive(bool active) { |
@@ -2090,7 +2090,7 @@ void LayerTreeHostImpl::SetTreePriority(TreePriority priority) { |
tile_manager_->SetGlobalState(new_state); |
} |
-void LayerTreeHostImpl::BeginNextFrame() { |
+void LayerTreeHostImpl::ResetCurrentFrameTimeForNextFrame() { |
current_frame_timeticks_ = base::TimeTicks(); |
current_frame_time_ = base::Time(); |
} |