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

Unified Diff: ios/web/public/image_fetcher/webp_decoder.h

Issue 2663213002: Create the IOSImageDataFetcherWrapper (Closed)
Patch Set: Address comments Created 3 years, 11 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 | « ios/chrome/browser/suggestions/image_fetcher_impl.mm ('k') | ios/web/public/image_fetcher/webp_decoder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/image_fetcher/webp_decoder.h
diff --git a/ios/web/public/image_fetcher/webp_decoder.h b/ios/web/public/image_fetcher/webp_decoder.h
index 268ffc35bf4ae8dafcc96056f03e540e3f7b3b38..46fdb23200c4c22d480dd67b93fbb8ea03c3e3fb 100644
--- a/ios/web/public/image_fetcher/webp_decoder.h
+++ b/ios/web/public/image_fetcher/webp_decoder.h
@@ -44,7 +44,7 @@ class WebpDecoder : public base::RefCountedThreadSafe<WebpDecoder> {
static size_t GetHeaderSize();
// Main entry point.
- void OnDataReceived(const base::scoped_nsobject<NSData>& data);
+ void OnDataReceived(NSData* data);
// Stops the decoding.
void Stop();
« no previous file with comments | « ios/chrome/browser/suggestions/image_fetcher_impl.mm ('k') | ios/web/public/image_fetcher/webp_decoder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698