| Index: cc/CanvasLayerTextureUpdater.h
|
| diff --git a/cc/CanvasLayerTextureUpdater.h b/cc/CanvasLayerTextureUpdater.h
|
| index 051f9fc1f5788a7ae57167e5f934ebf3db5df0e0..c8bb9b058a685dd9cb5639fab0f6814bc6b3a760 100644
|
| --- a/cc/CanvasLayerTextureUpdater.h
|
| +++ b/cc/CanvasLayerTextureUpdater.h
|
| @@ -12,7 +12,7 @@
|
|
|
| class SkCanvas;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class LayerPainterChromium;
|
|
|
| @@ -34,6 +34,6 @@ private:
|
| OwnPtr<LayerPainterChromium> m_painter;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
| #endif // CanvasLayerTextureUpdater_h
|
|
|