summaryrefslogtreecommitdiffstats
path: root/cc/trees/thread_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/thread_proxy.cc')
-rw-r--r--cc/trees/thread_proxy.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index f217d01..c49527d 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() {