| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.h b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| index 68d1a1ef82abebd641376ca405a49e0c30ed7fe3..590b1998789e138e99803d3bea74e7609a0da24e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -65,9 +65,8 @@
|
| IntSize sizeRespectingOrientation() const;
|
| bool getHotSpot(IntPoint&) const override;
|
| String filenameExtension() const override;
|
| -
|
| - SizeAvailability setData(PassRefPtr<SharedBuffer> data, bool allDataReceived) override;
|
| - SizeAvailability dataChanged(bool allDataReceived) override;
|
| + bool setData(PassRefPtr<SharedBuffer> data, bool allDataReceived) override;
|
| + bool dataChanged(bool allDataReceived) override;
|
|
|
| bool isAllDataReceived() const { return m_allDataReceived; }
|
| bool hasColorProfile() const;
|
|
|