| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 91a19139190126ab13b489e643bcb9601d7a60a6..9df83c037e7094e3651b9e4e4f159047da30b94d 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -9644,7 +9644,6 @@ TEST_F(LayerTreeHostImplTest, ExternalTileConstraintReflectedInPendingTree) {
|
| host_impl_->pending_tree()->UpdateDrawProperties(update_lcd_text);
|
|
|
| host_impl_->ActivateSyncTree();
|
| - host_impl_->active_tree()->SetRootLayerFromLayerListForTesting();
|
| host_impl_->active_tree()->BuildPropertyTreesForTesting();
|
| host_impl_->active_tree()->UpdateDrawProperties(update_lcd_text);
|
|
|
| @@ -10796,7 +10795,6 @@ TEST_F(LayerTreeHostImplTest, UpdatePageScaleFactorOnActiveTree) {
|
| gfx::Size(100, 100));
|
| host_impl_->pending_tree()->BuildPropertyTreesForTesting();
|
| host_impl_->ActivateSyncTree();
|
| - host_impl_->active_tree()->SetRootLayerFromLayerListForTesting();
|
| DrawFrame();
|
|
|
| host_impl_->CreatePendingTree();
|
|
|