diff options
Diffstat (limited to 'cc/CCRendererGL.cpp')
-rw-r--r-- | cc/CCRendererGL.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCRendererGL.cpp b/cc/CCRendererGL.cpp index 974683d..bb1ba3b 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) |