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

Unified Diff: webkit/compositor_bindings/WebAnimationImpl.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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;
};
}

Powered by Google App Engine
This is Rietveld 408576698