Index: cc/CCRendererGL.cpp |
diff --git a/cc/CCRendererGL.cpp b/cc/CCRendererGL.cpp |
index 974683da182e4f78daca2025f2204f2497d8765f..bb1ba3b22c97be68b8caa75271491ec9caf4dc22 100644 |
--- a/cc/CCRendererGL.cpp |
+++ b/cc/CCRendererGL.cpp |
@@ -48,7 +48,7 @@ using WebKit::WebGraphicsMemoryAllocation; |
using WebKit::WebSharedGraphicsContext3D; |
using WebKit::WebTransformationMatrix; |
-namespace WebCore { |
+namespace cc { |
namespace { |
@@ -1524,6 +1524,6 @@ bool CCRendererGL::isContextLost() |
return (m_context->getGraphicsResetStatusARB() != GraphicsContext3D::NO_ERROR); |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |