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

Unified Diff: cc/CCAnimationCurve.cpp

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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/CCAnimationCurve.h ('k') | cc/CCAnimationEvents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCAnimationCurve.cpp
diff --git a/cc/CCAnimationCurve.cpp b/cc/CCAnimationCurve.cpp
index b9e80b27b9bfddd04301e7bb6efee30ef3cc9a37..ae5ccdf2b0ae9c597b3ed22ece845ce30de229ba 100644
--- a/cc/CCAnimationCurve.cpp
+++ b/cc/CCAnimationCurve.cpp
@@ -6,7 +6,7 @@
#include "CCAnimationCurve.h"
-namespace WebCore {
+namespace cc {
const CCFloatAnimationCurve* CCAnimationCurve::toFloatAnimationCurve() const
{
@@ -20,4 +20,4 @@ const CCTransformAnimationCurve* CCAnimationCurve::toTransformAnimationCurve() c
return static_cast<const CCTransformAnimationCurve*>(this);
}
-} // namespace WebCore
+} // namespace cc
« no previous file with comments | « cc/CCAnimationCurve.h ('k') | cc/CCAnimationEvents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698