| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index fc427cacf0e979a62fa43ab9f52dad7666238e88..35ed6b53d844b987c1572f9537ccda96356dfb7f 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -116,7 +116,8 @@ class TileManagerPerfTest : public testing::Test {
|
| 1.0,
|
| 0,
|
| 0,
|
| - true);
|
| + true,
|
| + false);
|
| tile->SetPriority(ACTIVE_TREE, GetTilePriorityFromBin(bin));
|
| tile->SetPriority(PENDING_TREE, GetTilePriorityFromBin(bin));
|
| tiles->push_back(std::make_pair(tile, bin));
|
|
|