| Index: cc/LayerTextureUpdater.cpp
|
| diff --git a/cc/LayerTextureUpdater.cpp b/cc/LayerTextureUpdater.cpp
|
| index ed61a35b1986cdcaf3cd9ba00c375d38d049d98c..d4e708f15347e7a380de34effbce8f5d06b21baa 100644
|
| --- a/cc/LayerTextureUpdater.cpp
|
| +++ b/cc/LayerTextureUpdater.cpp
|
| @@ -8,8 +8,8 @@
|
|
|
| namespace cc {
|
|
|
| -LayerTextureUpdater::Texture::Texture(PassOwnPtr<CCPrioritizedTexture> texture)
|
| - : m_texture(texture)
|
| +LayerTextureUpdater::Texture::Texture(scoped_ptr<CCPrioritizedTexture> texture)
|
| + : m_texture(texture.Pass())
|
| {
|
| }
|
|
|
|
|