| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 7a6fe0d86aa02a0332d756f699dcc6dd05f3f53a..2d47e6d15279dab981a9bc6da9a02f9bae1bc26f 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -144,48 +144,6 @@ int AddAnimatedFilterToController(LayerAnimationController* controller,
|
| float start_brightness,
|
| float end_brightness);
|
|
|
| -int AddOpacityTransitionToLayer(Layer* layer,
|
| - double duration,
|
| - float start_opacity,
|
| - float end_opacity,
|
| - bool use_timing_function);
|
| -
|
| -int AddOpacityTransitionToLayer(LayerImpl* layer,
|
| - double duration,
|
| - float start_opacity,
|
| - float end_opacity,
|
| - bool use_timing_function);
|
| -
|
| -int AddAnimatedTransformToLayer(Layer* layer,
|
| - double duration,
|
| - int delta_x,
|
| - int delta_y);
|
| -
|
| -int AddAnimatedTransformToLayer(LayerImpl* layer,
|
| - double duration,
|
| - int delta_x,
|
| - int delta_y);
|
| -
|
| -int AddAnimatedTransformToLayer(Layer* layer,
|
| - double duration,
|
| - TransformOperations start_operations,
|
| - TransformOperations operations);
|
| -
|
| -int AddAnimatedTransformToLayer(LayerImpl* layer,
|
| - double duration,
|
| - TransformOperations start_operations,
|
| - TransformOperations operations);
|
| -
|
| -int AddAnimatedFilterToLayer(Layer* layer,
|
| - double duration,
|
| - float start_brightness,
|
| - float end_brightness);
|
| -
|
| -int AddAnimatedFilterToLayer(LayerImpl* layer,
|
| - double duration,
|
| - float start_brightness,
|
| - float end_brightness);
|
| -
|
| int AddAnimatedTransformToPlayer(AnimationPlayer* player,
|
| double duration,
|
| int delta_x,
|
|
|