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

Unified Diff: cc/CCThreadProxy.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/CCThreadProxy.h ('k') | cc/CCThreadTask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCThreadProxy.cpp
diff --git a/cc/CCThreadProxy.cpp b/cc/CCThreadProxy.cpp
index 009ac1cd17dbcc1ac1748eb8fe1287da4c0bc232..ec86bef955c7c1ec6b654e286fcd1ba72c91104c 100644
--- a/cc/CCThreadProxy.cpp
+++ b/cc/CCThreadProxy.cpp
@@ -29,7 +29,7 @@ static const double contextRecreationTickRate = 0.03;
} // anonymous namespace
-namespace WebCore {
+namespace cc {
namespace {
@@ -919,4 +919,4 @@ void CCThreadProxy::implSideRenderingStatsOnImplThread(CCCompletionEvent* comple
completion->signal();
}
-} // namespace WebCore
+} // namespace cc
« no previous file with comments | « cc/CCThreadProxy.h ('k') | cc/CCThreadTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698