Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / android / content_readback_handler.cc
index eaf9dd3..414bf0a 100644 (file)
@@ -31,7 +31,7 @@ void OnFinishCopyOutputRequest(
   }
 
   scoped_ptr<SkBitmap> bitmap = copy_output_result->TakeBitmap();
-  result_callback.Run(true, *bitmap.Pass());
+  result_callback.Run(true, *bitmap);
 }
 
 }  // anonymous namespace