| Index: cc/layers/heads_up_display_layer_impl_unittest.cc
|
| diff --git a/cc/layers/heads_up_display_layer_impl_unittest.cc b/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| index 6cbc8403e8c32074c5a4c39cc316c2b5fbd1f890..77cfe55905bff090b6ead409ee640c350498a4bb 100644
|
| --- a/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| +++ b/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "cc/layers/append_quads_data.h"
|
| #include "cc/layers/heads_up_display_layer_impl.h"
|
| -#include "cc/test/fake_impl_proxy.h"
|
| +#include "cc/test/fake_impl_task_runner_provider.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/test_shared_bitmap_manager.h"
|
| @@ -31,11 +31,11 @@ void CheckDrawLayer(HeadsUpDisplayLayerImpl* layer,
|
| }
|
|
|
| TEST(HeadsUpDisplayLayerImplTest, ResourcelessSoftwareDrawAfterResourceLoss) {
|
| - FakeImplProxy proxy;
|
| + FakeImplTaskRunnerProvider task_runner_provider;
|
| TestSharedBitmapManager shared_bitmap_manager;
|
| TestTaskGraphRunner task_graph_runner;
|
| scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d();
|
| - FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager,
|
| + FakeLayerTreeHostImpl host_impl(&task_runner_provider, &shared_bitmap_manager,
|
| &task_graph_runner);
|
| host_impl.CreatePendingTree();
|
| host_impl.SetVisible(true);
|
|
|