Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: content/renderer/image_downloader/image_downloader_impl.h

Issue 1648533002: [mojo] Get rid of Skia type converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-arrays
Patch Set: fix ios gyp; proper pickle sizing Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698