Index: webkit/renderer/compositor_bindings/web_animation_impl.h |
diff --git a/webkit/renderer/compositor_bindings/web_animation_impl.h b/webkit/renderer/compositor_bindings/web_animation_impl.h |
index faedf905b3a7d0177f9b4b6a6d27ccafc699dd77..06c2b928e98038417f152c24e621c194084a16d3 100644 |
--- a/webkit/renderer/compositor_bindings/web_animation_impl.h |
+++ b/webkit/renderer/compositor_bindings/web_animation_impl.h |
@@ -36,7 +36,7 @@ class WebAnimationImpl : public WebKit::WebAnimation { |
virtual bool alternatesDirection() const; |
virtual void setAlternatesDirection(bool alternates); |
- scoped_ptr<cc::Animation> CloneToAnimation(); |
+ scoped_ptr<cc::Animation> PassAnimation(); |
private: |
scoped_ptr<cc::Animation> animation_; |