| Index: webkit/compositor_bindings/WebAnimationImpl.h
|
| diff --git a/webkit/compositor_bindings/WebAnimationImpl.h b/webkit/compositor_bindings/WebAnimationImpl.h
|
| index d7312b1deaae918a904c2983246650ec3a6ea96f..25b054dbddc5f825b18fb2dc066d62320768ddae 100644
|
| --- a/webkit/compositor_bindings/WebAnimationImpl.h
|
| +++ b/webkit/compositor_bindings/WebAnimationImpl.h
|
| @@ -9,7 +9,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
|
|
| namespace cc {
|
| -class CCActiveAnimation;
|
| +class ActiveAnimation;
|
| }
|
|
|
| namespace WebKit {
|
| @@ -31,10 +31,10 @@ public:
|
| virtual bool alternatesDirection() const OVERRIDE;
|
| virtual void setAlternatesDirection(bool) OVERRIDE;
|
|
|
| - scoped_ptr<cc::CCActiveAnimation> cloneToCCAnimation();
|
| + scoped_ptr<cc::ActiveAnimation> cloneToAnimation();
|
|
|
| private:
|
| - scoped_ptr<cc::CCActiveAnimation> m_animation;
|
| + scoped_ptr<cc::ActiveAnimation> m_animation;
|
| };
|
|
|
| }
|
|
|