| Index: third_party/WebKit/Source/core/fetch/ImageResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.cpp b/third_party/WebKit/Source/core/fetch/ImageResource.cpp
|
| index 81db13640f8150ed4554bcf6542607cb4925b564..7f1b925a19ac449b8f7698b39f6388cca8f9cd86 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.cpp
|
| @@ -372,7 +372,6 @@ void ImageResource::updateImage(bool allDataReceived)
|
| clear();
|
| if (memoryCache()->contains(this))
|
| memoryCache()->remove(this);
|
| - return;
|
| }
|
|
|
| // It would be nice to only redraw the decoded band of the image, but with the current design
|
|
|