| Index: content/common/image_downloader/image_downloader.mojom
|
| diff --git a/content/common/image_downloader/image_downloader.mojom b/content/common/image_downloader/image_downloader.mojom
|
| index b6ea34edd25267df42182d1ce78990f5934a44f7..05227584b4d40f415fbe829be7d25fa4b8911cfa 100644
|
| --- a/content/common/image_downloader/image_downloader.mojom
|
| +++ b/content/common/image_downloader/image_downloader.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module content.mojom;
|
|
|
| -import "skia/public/interfaces/bitmap.mojom";
|
| +import "third_party/WebKit/public/platform/bitmap.mojom";
|
| import "ui/mojo/geometry/geometry.mojom";
|
|
|
| interface ImageDownloader {
|
| @@ -16,6 +16,6 @@ interface ImageDownloader {
|
| uint32 max_bitmap_size,
|
| bool bypass_cache)
|
| => (int32 http_status_code,
|
| - array<skia.mojom.Bitmap> images,
|
| + array<blink.mojom.Bitmap> images,
|
| array<mojo.Size> original_image_sizes);
|
| };
|
|
|