summaryrefslogtreecommitdiffstats
path: root/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/BitmapSkPictureCanvasLayerTextureUpdater.h')
-rw-r--r--cc/BitmapSkPictureCanvasLayerTextureUpdater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
index 4718d85..d5eeab1 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