| Index: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| index cc3ad38e6231e4018a77aeee8430f6b0bc67f689..3ae8aefb82fe1da6dc5209419527eb74dcfb5e37 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)
|
|
|