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