| Index: cc/resources/tile_manager_perftest.cc
|
| diff --git a/cc/resources/tile_manager_perftest.cc b/cc/resources/tile_manager_perftest.cc
|
| index fe3338aea341319b7a7e6b84b5ffde5edf198c5a..98a4fc79a92f1b76282c713d6b8217f4d11fda24 100644
|
| --- a/cc/resources/tile_manager_perftest.cc
|
| +++ b/cc/resources/tile_manager_perftest.cc
|
| @@ -164,7 +164,6 @@ class TileManagerPerfTest : public testing::Test {
|
|
|
| pending_root_layer_ = static_cast<FakePictureLayerImpl*>(
|
| host_impl_.pending_tree()->LayerById(id_));
|
| - pending_root_layer_->DoPostCommitInitializationIfNeeded();
|
| }
|
|
|
| void CreateHighLowResAndSetAllTilesVisible() {
|
| @@ -370,7 +369,6 @@ class TileManagerPerfTest : public testing::Test {
|
| static_cast<FakePictureLayerImpl*>(layers.back());
|
|
|
| fake_layer->SetDrawsContent(true);
|
| - fake_layer->DoPostCommitInitializationIfNeeded();
|
| fake_layer->CreateDefaultTilingsAndTiles();
|
| ++next_id;
|
| }
|
|
|