| Index: webkit/compositor_bindings/web_animation_impl.h
|
| diff --git a/webkit/compositor_bindings/web_animation_impl.h b/webkit/compositor_bindings/web_animation_impl.h
|
| index 905edc874d9d06bef21619b863060c4be4cc1c8f..ebeca88452daac258e6c66e6a0b6f4e9fddb61d8 100644
|
| --- a/webkit/compositor_bindings/web_animation_impl.h
|
| +++ b/webkit/compositor_bindings/web_animation_impl.h
|
| @@ -10,7 +10,7 @@
|
| #include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace cc {
|
| -class ActiveAnimation;
|
| +class Animation;
|
| }
|
|
|
| namespace WebKit {
|
| @@ -33,10 +33,10 @@ public:
|
| virtual bool alternatesDirection() const OVERRIDE;
|
| virtual void setAlternatesDirection(bool) OVERRIDE;
|
|
|
| - scoped_ptr<cc::ActiveAnimation> cloneToAnimation();
|
| + scoped_ptr<cc::Animation> cloneToAnimation();
|
|
|
| private:
|
| - scoped_ptr<cc::ActiveAnimation> m_animation;
|
| + scoped_ptr<cc::Animation> m_animation;
|
| };
|
|
|
| }
|
|
|