Index: cc/CCQuadCuller.cpp |
diff --git a/cc/CCQuadCuller.cpp b/cc/CCQuadCuller.cpp |
index d8f1133acb85c5b276784abadd179d1ccb57f521..a4c31fce1e63fabd6813de19054ae34c71fe624f 100644 |
--- a/cc/CCQuadCuller.cpp |
+++ b/cc/CCQuadCuller.cpp |
@@ -20,7 +20,7 @@ |
using namespace std; |
-namespace WebCore { |
+namespace cc { |
static const int debugTileBorderWidth = 1; |
static const int debugTileBorderAlpha = 120; |
@@ -92,5 +92,5 @@ bool CCQuadCuller::append(PassOwnPtr<CCDrawQuad> passDrawQuad, CCAppendQuadsData |
return appendQuadInternal(passDrawQuad, culledRect, m_quadList, *m_occlusionTracker, m_showCullingWithDebugBorderQuads); |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |