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

Unified Diff: cc/CCRenderPassDrawQuad.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/CCRenderPassDrawQuad.h ('k') | cc/CCRenderPassSink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRenderPassDrawQuad.cpp
diff --git a/cc/CCRenderPassDrawQuad.cpp b/cc/CCRenderPassDrawQuad.cpp
index eee5195a9fc858ce9153d3ef59060dc452f9b492..966640bd9af573d27c4af4039c7fdd92fa44cb4e 100644
--- a/cc/CCRenderPassDrawQuad.cpp
+++ b/cc/CCRenderPassDrawQuad.cpp
@@ -6,7 +6,7 @@
#include "CCRenderPassDrawQuad.h"
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCRenderPassDrawQuad> CCRenderPassDrawQuad::create(const CCSharedQuadState* sharedQuadState, const IntRect& quadRect, CCRenderPass::Id renderPassId, bool isReplica, const CCResourceProvider::ResourceId maskResourceId, const IntRect& contentsChangedSinceLastFrame, float maskTexCoordScaleX, float maskTexCoordScaleY, float maskTexCoordOffsetX, float maskTexCoordOffsetY)
{
« no previous file with comments | « cc/CCRenderPassDrawQuad.h ('k') | cc/CCRenderPassSink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698