Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / resources / bitmap_content_layer_updater.cc
index 59cb48c..63ba336 100644 (file)
@@ -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)));
 }