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

Unified Diff: cc/CCPageScaleAnimation.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/CCOverdrawMetrics.cpp ('k') | cc/CCPageScaleAnimation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCPageScaleAnimation.h
diff --git a/cc/CCPageScaleAnimation.h b/cc/CCPageScaleAnimation.h
index 3e1c9004b732e7a9f27a7118b33550cd21897d25..f597026f90e786ab9b313870175fe7f7d457c054 100644
--- a/cc/CCPageScaleAnimation.h
+++ b/cc/CCPageScaleAnimation.h
@@ -8,7 +8,7 @@
#include "IntSize.h"
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
// A small helper class that does the math for zoom animations, primarily for
// double-tap zoom. Initialize it with starting and ending scroll/page scale
@@ -69,6 +69,6 @@ private:
double m_duration;
};
-} // namespace WebCore
+} // namespace cc
#endif
« no previous file with comments | « cc/CCOverdrawMetrics.cpp ('k') | cc/CCPageScaleAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698