| Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| index adb3b0fc781c125f0c337d4e83bcce34dfbf334e..93c8483a11f07fa6243b3cc7bf35ab6d139e3e50 100644
|
| --- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| @@ -18,8 +18,8 @@
|
|
|
| namespace cc {
|
|
|
| -BitmapSkPictureCanvasLayerTextureUpdater::Texture::Texture(BitmapSkPictureCanvasLayerTextureUpdater* textureUpdater, PassOwnPtr<CCPrioritizedTexture> texture)
|
| - : CanvasLayerTextureUpdater::Texture(texture)
|
| +BitmapSkPictureCanvasLayerTextureUpdater::Texture::Texture(BitmapSkPictureCanvasLayerTextureUpdater* textureUpdater, scoped_ptr<CCPrioritizedTexture> texture)
|
| + : CanvasLayerTextureUpdater::Texture(texture.Pass())
|
| , m_textureUpdater(textureUpdater)
|
| {
|
| }
|
|
|