| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index d293206feb6e1d9e800b2082e34cd90a2a77c432..c136f41a1eb523e4e208e31e931fc1df71c7a92e 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -60,23 +60,6 @@ private:
|
| float m_to;
|
| };
|
|
|
| -class FakeLayerAnimationControllerClient : public cc::LayerAnimationControllerClient {
|
| -public:
|
| - FakeLayerAnimationControllerClient();
|
| - virtual ~FakeLayerAnimationControllerClient();
|
| -
|
| - // LayerAnimationControllerClient implementation
|
| - virtual int id() const OVERRIDE;
|
| - virtual void setOpacityFromAnimation(float) OVERRIDE;
|
| - virtual float opacity() const OVERRIDE;
|
| - virtual void setTransformFromAnimation(const gfx::Transform&) OVERRIDE;
|
| - virtual const gfx::Transform& transform() const OVERRIDE;
|
| -
|
| -private:
|
| - float m_opacity;
|
| - gfx::Transform m_transform;
|
| -};
|
| -
|
| int addOpacityTransitionToController(cc::LayerAnimationController&, double duration, float startOpacity, float endOpacity, bool useTimingFunction);
|
| int addAnimatedTransformToController(cc::LayerAnimationController&, double duration, int deltaX, int deltaY);
|
|
|
|
|