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

Unified Diff: cc/CCIOSurfaceDrawQuad.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/CCIOSurfaceDrawQuad.h ('k') | cc/CCIOSurfaceLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCIOSurfaceDrawQuad.cpp
diff --git a/cc/CCIOSurfaceDrawQuad.cpp b/cc/CCIOSurfaceDrawQuad.cpp
index 3ba6318352e1804c55b955828ba1ca1eb110fdbd..187dc72a57f4b051e0852132b98281147fe33eb0 100644
--- a/cc/CCIOSurfaceDrawQuad.cpp
+++ b/cc/CCIOSurfaceDrawQuad.cpp
@@ -6,7 +6,7 @@
#include "CCIOSurfaceDrawQuad.h"
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCIOSurfaceDrawQuad> CCIOSurfaceDrawQuad::create(const CCSharedQuadState* sharedQuadState, const IntRect& quadRect, const IntSize& ioSurfaceSize, unsigned ioSurfaceTextureId, Orientation orientation)
{
« no previous file with comments | « cc/CCIOSurfaceDrawQuad.h ('k') | cc/CCIOSurfaceLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698