| 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 371bcb2c4a1157da742509a964d8fdcb0a0c9073..bfd6a000a2413f954daaa3d58e1d4f67d6199e22 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -865,7 +865,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<gfx::Size> original_image_sizes);
|
|
|
| // Callback function when showing JavaScript dialogs. Takes in a routing ID
|
|
|