diff options
Diffstat (limited to 'cc/resources/bitmap_content_layer_updater.cc')
-rw-r--r-- | cc/resources/bitmap_content_layer_updater.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/bitmap_content_layer_updater.cc b/cc/resources/bitmap_content_layer_updater.cc index 59cb48c..63ba336 100644 --- a/cc/resources/bitmap_content_layer_updater.cc +++ b/cc/resources/bitmap_content_layer_updater.cc @@ -50,7 +50,7 @@ BitmapContentLayerUpdater::~BitmapContentLayerUpdater() {} scoped_ptr<LayerUpdater::Resource> BitmapContentLayerUpdater::CreateResource( PrioritizedResourceManager* manager) { - return scoped_ptr<LayerUpdater::Resource>( + return make_scoped_ptr( new Resource(this, PrioritizedResource::Create(manager))); } |