Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: webkit/compositor_bindings/web_animation_impl.h

Issue 11636051: Rename ActiveAnimation -> Animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/layer_tree_test_common.cc ('k') | webkit/compositor_bindings/web_animation_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
}
« no previous file with comments | « cc/test/layer_tree_test_common.cc ('k') | webkit/compositor_bindings/web_animation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698