diff options
Diffstat (limited to 'cc/BitmapCanvasLayerTextureUpdater.h')
-rw-r--r-- | cc/BitmapCanvasLayerTextureUpdater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/BitmapCanvasLayerTextureUpdater.h b/cc/BitmapCanvasLayerTextureUpdater.h index 233c83b..f975310 100644 --- a/cc/BitmapCanvasLayerTextureUpdater.h +++ b/cc/BitmapCanvasLayerTextureUpdater.h @@ -12,7 +12,7 @@ class SkCanvas; -namespace WebCore { +namespace cc { class LayerPainterChromium; @@ -52,6 +52,6 @@ private: bool m_opaque; }; -} // namespace WebCore +} // namespace cc #endif // USE(ACCELERATED_COMPOSITING) #endif // BitmapCanvasLayerTextureUpdater_h |