| 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..1eefcfcce4b215ede748dc21e636ec0d5720235a 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(ElementId(42));
 | 
|        player_->AttachElement(layer->element_id());
 | 
|        player_->set_animation_delegate(this);
 | 
|  
 | 
| 
 |