| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index b1df0fcf21f60b70c9087de414cb6bb15e86fae3..c1bda78ded551561d118ede236a634f11342d4b7 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -2553,7 +2553,6 @@ TEST_F(LayerTreeHostCommonTest, AnimationsForRenderSurfaceHierarchy) {
|
| gfx::Point3F(0.25f, 0.f, 0.f);
|
|
|
| root->layer_tree_impl()->BuildLayerListAndPropertyTreesForTesting();
|
| - SetElementIdsForTesting();
|
|
|
| // Put an animated opacity on the render surface.
|
| AddOpacityTransitionToElementWithPlayer(
|
| @@ -5061,7 +5060,6 @@ TEST_F(LayerTreeHostCommonTest, OpacityAnimatingOnPendingTree) {
|
| scoped_refptr<AnimationTimeline> timeline =
|
| AnimationTimeline::Create(AnimationIdProvider::NextTimelineId());
|
| host_impl.animation_host()->AddAnimationTimeline(timeline);
|
| - host_impl.pending_tree()->SetElementIdsForTesting();
|
|
|
| ElementId child_element_id =
|
| host_impl.pending_tree()->LayerById(child_id)->element_id();
|
|
|