| Index: cc/animation/animation_host_perftest.cc
|
| diff --git a/cc/animation/animation_host_perftest.cc b/cc/animation/animation_host_perftest.cc
|
| index 4da56d006490fdaf02502b7eaad583a205f1a658..263d079ccb453cb6c67da0f18e02459940b0eb62 100644
|
| --- a/cc/animation/animation_host_perftest.cc
|
| +++ b/cc/animation/animation_host_perftest.cc
|
| @@ -67,7 +67,7 @@ class AnimationHostPerfTest : public testing::Test {
|
| for (int i = 0; i < num_players; ++i) {
|
| scoped_refptr<Layer> layer = Layer::Create();
|
| root_layer_->AddChild(layer);
|
| - layer->SetElementId(LayerIdToElementIdForTesting(layer->id()));
|
| + layer->SetElementId(layer->id());
|
|
|
| scoped_refptr<AnimationPlayer> player =
|
| AnimationPlayer::Create(last_player_id_);
|
|
|