Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 3edf76f98cc77090548d8ee3f6a010ba693253c3..d4c5fac82c4c25b0e3341c24870cdffff2b009ae 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -864,7 +864,7 @@ class CONTENT_EXPORT WebContentsImpl |
int id, |
const GURL& image_url, |
int32_t http_status_code, |
- mojo::Array<skia::mojom::BitmapPtr> images, |
+ mojo::Array<SkBitmap> images, |
mojo::Array<mojo::SizePtr> original_image_sizes); |
// Callback function when showing JavaScript dialogs. Takes in a routing ID |