Index: cc/BitmapCanvasLayerTextureUpdater.h |
diff --git a/cc/BitmapCanvasLayerTextureUpdater.h b/cc/BitmapCanvasLayerTextureUpdater.h |
index 233c83b81a92aec55ff5d9dd49f897cb879562b8..f975310d80164ce3349354d57c59298b46c0a8b6 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 |