| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index db4091cbc0724efc2e305a5d7832a4f7b2425b31..c383d9debd4a1e291924d5f724dfa43373d73123 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1163,8 +1163,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) {
|
|
|