| 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..232855d660917417bdc5ccb10b08261d12ec6356 100644
|
| --- a/cc/resources/tile_manager_unittest.cc
|
| +++ b/cc/resources/tile_manager_unittest.cc
|
| @@ -11,7 +11,6 @@
|
| #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 +645,7 @@ class TileManagerTileIteratorTest : public testing::Test,
|
| ready_to_activate_(false),
|
| id_(7),
|
| proxy_(base::MessageLoopProxy::current()),
|
| - host_impl_(ImplSidePaintingSettings(),
|
| + host_impl_(LayerTreeSettings(true),
|
| &proxy_,
|
| &shared_bitmap_manager_) {}
|
|
|
|
|