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

Unified Diff: cc/CCLayerAnimationController.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/CCLayerAnimationController.h ('k') | cc/CCLayerAnimationControllerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerAnimationController.cpp
diff --git a/cc/CCLayerAnimationController.cpp b/cc/CCLayerAnimationController.cpp
index bb6075860f00e36e296501d13599de5db8bdd833..f992c6ed3d6d67d4cdc4502b02cee566025897e1 100644
--- a/cc/CCLayerAnimationController.cpp
+++ b/cc/CCLayerAnimationController.cpp
@@ -14,7 +14,7 @@
using WebKit::WebTransformationMatrix;
-namespace WebCore {
+namespace cc {
CCLayerAnimationController::CCLayerAnimationController(CCLayerAnimationControllerClient* client)
: m_forceSync(false)
@@ -404,4 +404,4 @@ void CCLayerAnimationController::tickAnimations(double monotonicTime)
}
}
-} // namespace WebCore
+} // namespace cc
« no previous file with comments | « cc/CCLayerAnimationController.h ('k') | cc/CCLayerAnimationControllerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698