| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index b9dc6b7037976add25b78bd32848b2aac4391f64..aa4b10279c6dacea344406029bd4f93111c2044e 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1021,9 +1021,6 @@ ThreadProxy::ScheduledActionDrawAndSwapForced() {
|
| }
|
|
|
| void ThreadProxy::DidAnticipatedDrawTimeChange(base::TimeTicks time) {
|
| - if (layer_tree_host_impl_)
|
| - layer_tree_host_impl_->SetAnticipatedDrawTime(time);
|
| -
|
| if (current_resource_update_controller_on_impl_thread_)
|
| current_resource_update_controller_on_impl_thread_
|
| ->PerformMoreUpdates(time);
|
|
|