| Index: cc/test/CCTiledLayerTestCommon.cpp
|
| diff --git a/cc/test/CCTiledLayerTestCommon.cpp b/cc/test/CCTiledLayerTestCommon.cpp
|
| index 58ff0a52a655312a607ebb13d7b4b5867f252a3d..bf528ca0281cfcc1743c04308b9e315824496380 100644
|
| --- a/cc/test/CCTiledLayerTestCommon.cpp
|
| +++ b/cc/test/CCTiledLayerTestCommon.cpp
|
| @@ -10,8 +10,8 @@ using namespace cc;
|
|
|
| namespace WebKitTests {
|
|
|
| -FakeLayerTextureUpdater::Texture::Texture(FakeLayerTextureUpdater* layer, PassOwnPtr<CCPrioritizedTexture> texture)
|
| - : LayerTextureUpdater::Texture(texture)
|
| +FakeLayerTextureUpdater::Texture::Texture(FakeLayerTextureUpdater* layer, scoped_ptr<CCPrioritizedTexture> texture)
|
| + : LayerTextureUpdater::Texture(texture.Pass())
|
| , m_layer(layer)
|
| {
|
| }
|
|
|