| Index: content/renderer/image_downloader/image_downloader_impl.h
|
| diff --git a/content/renderer/image_downloader/image_downloader_impl.h b/content/renderer/image_downloader/image_downloader_impl.h
|
| index 888d839384c1758887f4907b3f365e22f13b1797..c2080dfae02f499cf68d4bab377390456d269924 100644
|
| --- a/content/renderer/image_downloader/image_downloader_impl.h
|
| +++ b/content/renderer/image_downloader/image_downloader_impl.h
|
| @@ -70,7 +70,7 @@ class ImageDownloaderImpl : public image_downloader::ImageDownloader,
|
| // Reply download result
|
| void ReplyDownloadResult(
|
| int32_t http_status_code,
|
| - const std::vector<SkBitmap>& result_images,
|
| + std::vector<SkBitmap>* result_images,
|
| const std::vector<gfx::Size>& result_original_image_sizes,
|
| const DownloadImageCallback& callback);
|
|
|
|
|