Index: cc/LayerTextureSubImage.cpp |
diff --git a/cc/LayerTextureSubImage.cpp b/cc/LayerTextureSubImage.cpp |
index 961693bf7f9680a8abbd89660b49902ae66fc64b..60f5311a1fba02c4f17656dbcf751a17090b4b34 100644 |
--- a/cc/LayerTextureSubImage.cpp |
+++ b/cc/LayerTextureSubImage.cpp |
@@ -16,7 +16,7 @@ |
using WebKit::WebGraphicsContext3D; |
-namespace WebCore { |
+namespace cc { |
LayerTextureSubImage::LayerTextureSubImage(bool useMapTexSubImage) |
: m_useMapTexSubImage(useMapTexSubImage) |
@@ -112,6 +112,6 @@ void LayerTextureSubImage::uploadWithMapTexSubImage(const uint8_t* image, const |
GLC(context, context->unmapTexSubImage2DCHROMIUM(pixelDest)); |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |