| Index: chrome/common/image_decoder.mojom
|
| diff --git a/chrome/common/image_decoder.mojom b/chrome/common/image_decoder.mojom
|
| index 3467afa4e06bf59e50f547b4f68056e52ebab1ac..325f0369b6cf657746b9e4580e65b97c7ec4cd85 100644
|
| --- a/chrome/common/image_decoder.mojom
|
| +++ b/chrome/common/image_decoder.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module mojom;
|
|
|
| -import "skia/public/interfaces/bitmap.mojom";
|
| +import "third_party/WebKit/public/platform/bitmap.mojom";
|
|
|
| enum ImageCodec {
|
| DEFAULT,
|
| @@ -14,5 +14,5 @@ enum ImageCodec {
|
|
|
| interface ImageDecoder {
|
| DecodeImage(array<uint8> encoded_data, ImageCodec codec, bool shrink_to_fit)
|
| - => (skia.mojom.Bitmap? decoded_image);
|
| + => (blink.mojom.Bitmap? decoded_image);
|
| };
|
|
|