Index: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h |
diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h |
index 5a9452f4599dc2ec2a0ae2c7257b27a645d47384..77d101364aaa1576078fd43eeaaef6f8a71bf13e 100644 |
--- a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h |
+++ b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.h |
@@ -17,7 +17,7 @@ class WebGraphicsContext3D; |
class WebSharedGraphicsContext3D; |
} |
-namespace WebCore { |
+namespace cc { |
// This class records the contentRect into an SkPicture, then uses accelerated |
// drawing to update the texture. The accelerated drawing goes to an |
@@ -47,6 +47,6 @@ public: |
private: |
explicit FrameBufferSkPictureCanvasLayerTextureUpdater(PassOwnPtr<LayerPainterChromium>); |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |
#endif // FrameBufferSkPictureCanvasLayerTextureUpdater_h |