Index: chrome/utility/image_decoder_impl.h |
diff --git a/chrome/utility/image_decoder_impl.h b/chrome/utility/image_decoder_impl.h |
index 73f05f124f71e8def00c7b43151da063f23af604..d6226f6fc77155218b6849c65f1d7b0d057422fd 100644 |
--- a/chrome/utility/image_decoder_impl.h |
+++ b/chrome/utility/image_decoder_impl.h |
@@ -21,7 +21,7 @@ |
mojo::Array<uint8_t> encoded_data, |
mojom::ImageCodec codec, |
bool shrink_to_fit, |
- const DecodeImageCallback& callback) override; |
+ const mojo::Callback<void(const SkBitmap&)>& callback) override; |
private: |
int64_t max_message_size_; |