| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index dc46c48e6436415e03eebe234b3b803abdc60608..886d59b770b536df8acf5ccb9892d98cfb2b0d6f 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -14,6 +14,7 @@
|
| #include "cc/output/context_provider.h"
|
| #include "cc/output/output_surface.h"
|
| #include "cc/quads/draw_quad.h"
|
| +#include "cc/resources/ui_resource_manager.h"
|
| #include "cc/scheduler/commit_earlyout_reason.h"
|
| #include "cc/scheduler/compositor_timing_history.h"
|
| #include "cc/scheduler/delay_based_time_source.h"
|
| @@ -205,7 +206,7 @@ void SingleThreadProxy::DoCommit() {
|
| layer_tree_host_impl_->BeginCommit();
|
|
|
| if (layer_tree_host_impl_->EvictedUIResourcesExist())
|
| - layer_tree_host_->RecreateUIResources();
|
| + layer_tree_host_->GetUIResourceManager()->RecreateUIResources();
|
|
|
| layer_tree_host_->FinishCommitOnImplThread(layer_tree_host_impl_.get());
|
|
|
|
|