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

Unified Diff: cc/CCLayerAnimationController.h

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/CCKeyframedAnimationCurveTest.cpp ('k') | cc/CCLayerAnimationController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerAnimationController.h
diff --git a/cc/CCLayerAnimationController.h b/cc/CCLayerAnimationController.h
index 117699156d0c47875b0d5c2cc627bf3406a2c35e..ed5fda46a2a3f4e3f91b7ba22125b437ae36dee7 100644
--- a/cc/CCLayerAnimationController.h
+++ b/cc/CCLayerAnimationController.h
@@ -17,7 +17,7 @@ namespace WebKit {
class WebTransformationMatrix;
}
-namespace WebCore {
+namespace cc {
class Animation;
class IntSize;
@@ -107,6 +107,6 @@ private:
Vector<OwnPtr<CCActiveAnimation> > m_activeAnimations;
};
-} // namespace WebCore
+} // namespace cc
#endif // CCLayerAnimationController_h
« no previous file with comments | « cc/CCKeyframedAnimationCurveTest.cpp ('k') | cc/CCLayerAnimationController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698