Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index f217d017a1c007eeefe6f4592a14fc0eb087a734..c49527d0db4e157dca9adbf5bcbfa6bfe06e97de 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -1004,7 +1004,8 @@ void ThreadProxy::DidAnticipatedDrawTimeChange(base::TimeTicks time) { |
layer_tree_host_impl_->SetAnticipatedDrawTime(time); |
if (current_resource_update_controller_on_impl_thread_) |
- current_resource_update_controller_on_impl_thread_->PerformMoreUpdates(time); |
+ current_resource_update_controller_on_impl_thread_ |
+ ->PerformMoreUpdates(time); |
} |
void ThreadProxy::ReadyToFinalizeTextureUpdates() { |