Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index bd1d235756e8ae2d060439c089fcf16970b77c79..3010fba95c32165329df0ad5ea7a3d56d8c2a879 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1162,8 +1162,8 @@ base::TimeDelta ThreadProxy::CommitToActivateDurationEstimate() { |
return impl().timing_history.CommitToActivateDurationEstimate(); |
} |
-void ThreadProxy::DidBeginImplFrameDeadline() { |
- impl().layer_tree_host_impl->ResetCurrentBeginFrameArgsForNextFrame(); |
+void ThreadProxy::DidFinishImplFrame() { |
+ impl().layer_tree_host_impl->DidFinishImplFrame(); |
} |
void ThreadProxy::SendBeginFramesToChildren(const BeginFrameArgs& args) { |