| 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 fff628b1cb352c4fa098aad77114422b27216568..37e19ade3d674d7806b12cca0f099417ed76349f 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -697,7 +697,7 @@ class LayerTreeHostAnimationTestLayerAddedWithAnimation
|
| layer->set_layer_animation_delegate(this);
|
|
|
| // Any valid AnimationCurve will do here.
|
| - scoped_ptr<AnimationCurve> curve(EaseTimingFunction::Create());
|
| + scoped_ptr<AnimationCurve> curve(new FakeFloatAnimationCurve());
|
| scoped_ptr<Animation> animation(
|
| Animation::Create(curve.Pass(), 1, 1,
|
| Animation::Opacity));
|
|
|