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

Unified Diff: cc/CCScrollbarAnimationControllerLinearFade.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/CCScrollbarAnimationControllerLinearFade.h ('k') | cc/CCScrollbarAnimationControllerLinearFadeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScrollbarAnimationControllerLinearFade.cpp
diff --git a/cc/CCScrollbarAnimationControllerLinearFade.cpp b/cc/CCScrollbarAnimationControllerLinearFade.cpp
index 0207fb14a9216c0be9361d530dea57fa53285d35..95ad1984bda86759a1ea5042d19bae285fdfecbb 100644
--- a/cc/CCScrollbarAnimationControllerLinearFade.cpp
+++ b/cc/CCScrollbarAnimationControllerLinearFade.cpp
@@ -8,7 +8,7 @@
#include "CCScrollbarLayerImpl.h"
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCScrollbarAnimationControllerLinearFade> CCScrollbarAnimationControllerLinearFade::create(CCLayerImpl* scrollLayer, double fadeoutDelay, double fadeoutLength)
{
@@ -74,5 +74,4 @@ float CCScrollbarAnimationControllerLinearFade::opacityAtTime(double monotonicTi
return 0;
}
-} // namespace WebCore
-
+} // namespace cc
« no previous file with comments | « cc/CCScrollbarAnimationControllerLinearFade.h ('k') | cc/CCScrollbarAnimationControllerLinearFadeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698