| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index a5513c7e2910dd72d7ef78b0bcf97b4991af4beb..07f97d17f23d32d6806a272aa63eb79fab5ad2d2 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -490,7 +490,7 @@ class LayerTreeHostAnimationTestLayerAddedWithAnimation
|
| AttachPlayersToTimeline();
|
|
|
| scoped_refptr<Layer> layer = Layer::Create();
|
| - layer->SetElementId(ElementId(42, 0));
|
| + layer->SetElementId(42);
|
| player_->AttachElement(layer->element_id());
|
| player_->set_animation_delegate(this);
|
|
|
|
|