| Index: cc/BitmapCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/BitmapCanvasLayerTextureUpdater.cpp b/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| index 240543f674035bd9b7940b96f877f62b193a59c4..35fb5a0eb3026e44db35f99f64045cfdaeae0995 100644
|
| --- a/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| @@ -13,7 +13,7 @@
|
| #include "PlatformColor.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| BitmapCanvasLayerTextureUpdater::Texture::Texture(BitmapCanvasLayerTextureUpdater* textureUpdater, PassOwnPtr<CCPrioritizedTexture> texture)
|
| : LayerTextureUpdater::Texture(texture)
|
| @@ -85,5 +85,5 @@ void BitmapCanvasLayerTextureUpdater::setOpaque(bool opaque)
|
| m_opaque = opaque;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
| #endif // USE(ACCELERATED_COMPOSITING)
|
|
|