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

Unified Diff: cc/CCTileDrawQuad.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/CCTileDrawQuad.h ('k') | cc/CCTiledLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTileDrawQuad.cpp
diff --git a/cc/CCTileDrawQuad.cpp b/cc/CCTileDrawQuad.cpp
index 6d1378899f5952136c0566859bde3e156b65d561..a49cf86efea69ddeb6890e42f2ae1a37c62f4bcf 100644
--- a/cc/CCTileDrawQuad.cpp
+++ b/cc/CCTileDrawQuad.cpp
@@ -6,7 +6,7 @@
#include "CCTileDrawQuad.h"
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCTileDrawQuad> CCTileDrawQuad::create(const CCSharedQuadState* sharedQuadState, const IntRect& quadRect, const IntRect& opaqueRect, unsigned resourceId, const IntPoint& textureOffset, const IntSize& textureSize, GC3Dint textureFilter, bool swizzleContents, bool leftEdgeAA, bool topEdgeAA, bool rightEdgeAA, bool bottomEdgeAA)
{
« no previous file with comments | « cc/CCTileDrawQuad.h ('k') | cc/CCTiledLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698