| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 19e7a7c24953b6609d9e21956fc367b5fb0aeb97..7a6fe0d86aa02a0332d756f699dcc6dd05f3f53a 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -260,10 +260,9 @@ int AddOpacityTransitionToLayerWithPlayer(
|
| float end_opacity,
|
| bool use_timing_function);
|
|
|
| -void AbortAnimationsOnLayerWithPlayer(
|
| - int layer_id,
|
| - scoped_refptr<AnimationTimeline> timeline,
|
| - Animation::TargetProperty target_property);
|
| +void AbortAnimationsOnLayerWithPlayer(int layer_id,
|
| + scoped_refptr<AnimationTimeline> timeline,
|
| + TargetProperty::Type target_property);
|
|
|
| } // namespace cc
|
|
|
|
|