| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index 9a1642ae27cbfc6df66bdde06407dbaec3717015..47b52d95f55bce979d576c5a199f5c0a2204344b 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -13,7 +13,6 @@
|
| #include "cc/test/fake_picture_pile_impl.h"
|
| #include "cc/test/fake_tile_manager.h"
|
| #include "cc/test/fake_tile_manager_client.h"
|
| -#include "cc/test/impl_side_painting_settings.h"
|
| #include "cc/test/lap_timer.h"
|
| #include "cc/test/test_shared_bitmap_manager.h"
|
| #include "cc/test/test_tile_priorities.h"
|
| @@ -204,7 +203,7 @@ class TileManagerTileIteratorPerfTest : public testing::Test,
|
| ready_to_activate_(false),
|
| id_(7),
|
| proxy_(base::MessageLoopProxy::current()),
|
| - host_impl_(ImplSidePaintingSettings(),
|
| + host_impl_(LayerTreeSettings(true),
|
| &proxy_,
|
| &shared_bitmap_manager_),
|
| timer_(kWarmupRuns,
|
|
|