Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/ImageSource.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
| index 73bdb7ee103c2ecea92bdd52df9934b647b40457..1a79b73077bf3868b6e2cbae323285437ae352ae 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
| @@ -70,7 +70,7 @@ public: |
| size_t clearCacheExceptFrame(size_t); |
| PassRefPtr<SharedBuffer> data(); |
| - void setData(SharedBuffer& data, bool allDataReceived); |
| + bool setData(SharedBuffer& data, bool allDataReceived); |
|
pdr.
2016/07/20 20:39:16
It's not clear to me at the callsites that false m
Nate Chapin
2016/07/20 22:50:00
Done.
|
| String filenameExtension() const; |
| bool isSizeAvailable(); |