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

Unified Diff: cc/CCPriorityCalculator.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/CCPriorityCalculator.h ('k') | cc/CCProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCPriorityCalculator.cpp
diff --git a/cc/CCPriorityCalculator.cpp b/cc/CCPriorityCalculator.cpp
index 7e769f7a3889d4816ff0cbeb4434b9d8ed0924f9..0ef3915852409bf623136f5a0451910d49f340cb 100644
--- a/cc/CCPriorityCalculator.cpp
+++ b/cc/CCPriorityCalculator.cpp
@@ -8,7 +8,7 @@
using namespace std;
-namespace WebCore {
+namespace cc {
// static
int CCPriorityCalculator::uiPriority(bool drawsToRootSurface)
@@ -69,4 +69,4 @@ int CCPriorityCalculator::priorityFromVisibility(bool visible, bool drawsToRootS
return visible ? visiblePriority(drawsToRootSurface) : lowestPriority();
}
-} // WebCore
+} // cc
« no previous file with comments | « cc/CCPriorityCalculator.h ('k') | cc/CCProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698