Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp |
diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp |
index 1d0c913014b6e929664e92f993dbde6c578f56e5..adb3b0fc781c125f0c337d4e83bcce34dfbf334e 100644 |
--- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp |
+++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp |
@@ -16,7 +16,7 @@ |
#include "SkDevice.h" |
#include <wtf/CurrentTime.h> |
-namespace WebCore { |
+namespace cc { |
BitmapSkPictureCanvasLayerTextureUpdater::Texture::Texture(BitmapSkPictureCanvasLayerTextureUpdater* textureUpdater, PassOwnPtr<CCPrioritizedTexture> texture) |
: CanvasLayerTextureUpdater::Texture(texture) |
@@ -80,5 +80,5 @@ void BitmapSkPictureCanvasLayerTextureUpdater::paintContentsRect(SkCanvas* canva |
stats.totalRasterizeTimeInSeconds += monotonicallyIncreasingTime() - rasterizeBeginTime; |
} |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |