Index: cc/GeometryBinding.cpp |
diff --git a/cc/GeometryBinding.cpp b/cc/GeometryBinding.cpp |
index 65ee243a8e1de4cfe426d546a9a5d11a9dbb63f6..bac1059c8da9255e4238c5656c275ef6e9daa89b 100644 |
--- a/cc/GeometryBinding.cpp |
+++ b/cc/GeometryBinding.cpp |
@@ -12,7 +12,7 @@ |
#include "GraphicsContext3D.h" |
#include <public/WebGraphicsContext3D.h> |
-namespace WebCore { |
+namespace cc { |
GeometryBinding::GeometryBinding(WebKit::WebGraphicsContext3D* context, const FloatRect& quadVertexRect) |
: m_context(context) |
@@ -56,6 +56,6 @@ void GeometryBinding::prepareForDraw() |
GLC(m_context, m_context->enableVertexAttribArray(texCoordAttribLocation())); |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |