| Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| index 4718d851460fbc5585451158d9148b86fc86fda3..d5eeab188b4bf78c01e4744c4c0c297c38169eec 100644
|
| --- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| +++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| @@ -10,7 +10,7 @@
|
| #include "SkBitmap.h"
|
| #include "SkPictureCanvasLayerTextureUpdater.h"
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| // This class records the contentRect into an SkPicture, then software rasterizes
|
| // the SkPicture into bitmaps for each tile. This implements CCSettings::perTilePainting.
|
| @@ -40,6 +40,6 @@ public:
|
| private:
|
| explicit BitmapSkPictureCanvasLayerTextureUpdater(PassOwnPtr<LayerPainterChromium>);
|
| };
|
| -} // namespace WebCore
|
| +} // namespace cc
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
| #endif // BitmapSkPictureCanvasLayerTextureUpdater_h
|
|
|