| Index: cc/resources/tile_manager_unittest.cc
|
| diff --git a/cc/resources/tile_manager_unittest.cc b/cc/resources/tile_manager_unittest.cc
|
| index fac13d64a5ae02f205c882ecbc0d64e5afed8fab..e13f1cc6f84dd9edc04663c3241774e826ae0a39 100644
|
| --- a/cc/resources/tile_manager_unittest.cc
|
| +++ b/cc/resources/tile_manager_unittest.cc
|
| @@ -6,12 +6,12 @@
|
| #include "cc/resources/tile_priority.h"
|
| #include "cc/test/fake_impl_proxy.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| +#include "cc/test/fake_layer_tree_settings.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/fake_output_surface_client.h"
|
| #include "cc/test/fake_picture_layer_impl.h"
|
| #include "cc/test/fake_picture_pile_impl.h"
|
| #include "cc/test/fake_tile_manager.h"
|
| -#include "cc/test/impl_side_painting_settings.h"
|
| #include "cc/test/test_shared_bitmap_manager.h"
|
| #include "cc/test/test_tile_priorities.h"
|
| #include "cc/trees/layer_tree_impl.h"
|
| @@ -646,7 +646,7 @@ class TileManagerTileIteratorTest : public testing::Test,
|
| ready_to_activate_(false),
|
| id_(7),
|
| proxy_(base::MessageLoopProxy::current()),
|
| - host_impl_(ImplSidePaintingSettings(),
|
| + host_impl_(FakeLayerTreeSettings(),
|
| &proxy_,
|
| &shared_bitmap_manager_) {}
|
|
|
|
|