| 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 e93ed07e54be4702a3a48532a1664f30c704dc71..2327cedcfe0f3c6543073abf22d307ef127db048 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -139,8 +139,6 @@ class PLATFORM_EXPORT BitmapImage final : public Image {
|
| // some room in the image cache.
|
| void DestroyDecodedData() override;
|
|
|
| - PassRefPtr<SharedBuffer> Data() override;
|
| -
|
| // Notifies observers that the memory footprint has changed.
|
| void NotifyMemoryChanged();
|
|
|
|
|