| Index: cc/SkPictureCanvasLayerTextureUpdater.h
|
| diff --git a/cc/SkPictureCanvasLayerTextureUpdater.h b/cc/SkPictureCanvasLayerTextureUpdater.h
|
| index 2635ff7dc7d4532cc1389f35f06b53f10677e92c..fd9bb5fccd170383de814df2c0b61b11d2777a55 100644
|
| --- a/cc/SkPictureCanvasLayerTextureUpdater.h
|
| +++ b/cc/SkPictureCanvasLayerTextureUpdater.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class SkCanvas;
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class LayerPainterChromium;
|
|
|
| @@ -43,6 +43,6 @@ private:
|
| bool m_layerIsOpaque;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
| #endif // SkPictureCanvasLayerTextureUpdater_h
|
|
|