diff options
Diffstat (limited to 'cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp')
-rw-r--r-- | cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp index cc3ad38..3ae8aef 100644 --- a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp +++ b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp @@ -19,7 +19,7 @@ using WebKit::WebGraphicsContext3D; using WebKit::WebSharedGraphicsContext3D; -namespace WebCore { +namespace cc { static PassOwnPtr<SkCanvas> createAcceleratedCanvas(GrContext* grContext, IntSize canvasSize, @@ -115,5 +115,5 @@ void FrameBufferSkPictureCanvasLayerTextureUpdater::updateTextureRect(WebGraphic context->flush(); } -} // namespace WebCore +} // namespace cc #endif // USE(ACCELERATED_COMPOSITING) |