Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: chrome/utility/image_decoder_impl.h

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/DEPS ('k') | chrome/utility/image_decoder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_decoder_impl.h
diff --git a/chrome/utility/image_decoder_impl.h b/chrome/utility/image_decoder_impl.h
index f81fcecd39ce2a73b08946591de9c907c515b5ad..d6226f6fc77155218b6849c65f1d7b0d057422fd 100644
--- a/chrome/utility/image_decoder_impl.h
+++ b/chrome/utility/image_decoder_impl.h
@@ -21,7 +21,7 @@ class ImageDecoderImpl : public mojom::ImageDecoder {
mojo::Array<uint8_t> encoded_data,
mojom::ImageCodec codec,
bool shrink_to_fit,
- const mojo::Callback<void(skia::mojom::BitmapPtr)>& callback) override;
+ const mojo::Callback<void(const SkBitmap&)>& callback) override;
private:
int64_t max_message_size_;
« no previous file with comments | « chrome/utility/DEPS ('k') | chrome/utility/image_decoder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698