| Index: cc/test/tiled_layer_test_common.cc
|
| diff --git a/cc/test/tiled_layer_test_common.cc b/cc/test/tiled_layer_test_common.cc
|
| index 029eccde1ad9288ab083ce26f99d026476daef8b..324feb9d321af0269b4af8c6784067d1b8405cc0 100644
|
| --- a/cc/test/tiled_layer_test_common.cc
|
| +++ b/cc/test/tiled_layer_test_common.cc
|
| @@ -58,7 +58,7 @@ void FakeLayerUpdater::SetRectToInvalidate(const gfx::Rect& rect,
|
|
|
| scoped_ptr<LayerUpdater::Resource> FakeLayerUpdater::CreateResource(
|
| PrioritizedResourceManager* manager) {
|
| - return scoped_ptr<LayerUpdater::Resource>(
|
| + return make_scoped_ptr(
|
| new Resource(this, PrioritizedResource::Create(manager)));
|
| }
|
|
|
|
|