| Index: cc/BitmapCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/BitmapCanvasLayerTextureUpdater.cpp b/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| index 35fb5a0eb3026e44db35f99f64045cfdaeae0995..3231b7d84a9e30173e23d3f9b5cb46b06f2826ac 100644
|
| --- a/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/BitmapCanvasLayerTextureUpdater.cpp
|
| @@ -15,8 +15,8 @@
|
|
|
| namespace cc {
|
|
|
| -BitmapCanvasLayerTextureUpdater::Texture::Texture(BitmapCanvasLayerTextureUpdater* textureUpdater, PassOwnPtr<CCPrioritizedTexture> texture)
|
| - : LayerTextureUpdater::Texture(texture)
|
| +BitmapCanvasLayerTextureUpdater::Texture::Texture(BitmapCanvasLayerTextureUpdater* textureUpdater, scoped_ptr<CCPrioritizedTexture> texture)
|
| + : LayerTextureUpdater::Texture(texture.Pass())
|
| , m_textureUpdater(textureUpdater)
|
| {
|
| }
|
|
|