| Index: ios/web/public/image_fetcher/webp_decoder.mm
|
| diff --git a/ios/web/public/image_fetcher/webp_decoder.mm b/ios/web/public/image_fetcher/webp_decoder.mm
|
| index 95b18936c43a2902f9ce7c1538b4210558b36a2e..54b75618dafc7f3088e5fa6a5414dd8b687f022d 100644
|
| --- a/ios/web/public/image_fetcher/webp_decoder.mm
|
| +++ b/ios/web/public/image_fetcher/webp_decoder.mm
|
| @@ -106,7 +106,7 @@ WebpDecoder::~WebpDecoder() {
|
| WebPFreeDecBuffer(&config_.output);
|
| }
|
|
|
| -void WebpDecoder::OnDataReceived(const base::scoped_nsobject<NSData>& data) {
|
| +void WebpDecoder::OnDataReceived(NSData* data) {
|
| DCHECK(data);
|
| switch (state_) {
|
| case READING_FEATURES:
|
|
|