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

Unified Diff: cc/CCTexture.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/CCTexture.h ('k') | cc/CCTextureDrawQuad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTexture.cpp
diff --git a/cc/CCTexture.cpp b/cc/CCTexture.cpp
index 424d5fdf1db11c6a4d8407748f7ba705514a04d7..add842922efefe1b1d9d1a360a2f45289e725aab 100644
--- a/cc/CCTexture.cpp
+++ b/cc/CCTexture.cpp
@@ -6,7 +6,7 @@
#include "CCTexture.h"
-namespace WebCore {
+namespace cc {
void CCTexture::setDimensions(const IntSize& size, GC3Denum format)
{
« no previous file with comments | « cc/CCTexture.h ('k') | cc/CCTextureDrawQuad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698