| Index: cc/trees/proxy_main.cc
|
| diff --git a/cc/trees/proxy_main.cc b/cc/trees/proxy_main.cc
|
| index 15948f0edd32317a9f1c7ddbc3b595ed00e4a225..bab54a09e88746c6b27e93c5dceef295bfd6f556 100644
|
| --- a/cc/trees/proxy_main.cc
|
| +++ b/cc/trees/proxy_main.cc
|
| @@ -18,14 +18,14 @@
|
| #include "cc/output/swap_promise.h"
|
| #include "cc/resources/ui_resource_manager.h"
|
| #include "cc/trees/blocking_task_runner.h"
|
| -#include "cc/trees/layer_tree_host_in_process.h"
|
| +#include "cc/trees/layer_tree_host.h"
|
| #include "cc/trees/mutator_host.h"
|
| #include "cc/trees/proxy_impl.h"
|
| #include "cc/trees/scoped_abort_remaining_swap_promises.h"
|
|
|
| namespace cc {
|
|
|
| -ProxyMain::ProxyMain(LayerTreeHostInProcess* layer_tree_host,
|
| +ProxyMain::ProxyMain(LayerTreeHost* layer_tree_host,
|
| TaskRunnerProvider* task_runner_provider)
|
| : layer_tree_host_(layer_tree_host),
|
| task_runner_provider_(task_runner_provider),
|
|
|