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