| 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 98a16777d85da40c6755aff344e8c113df2502ec..2d3a88a0bbe648ea5806b65606cff95260c9dbed 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -125,6 +125,9 @@ private:
|
| // some room in the image cache.
|
| void destroyDecodedData() override;
|
|
|
| + PassRefPtr<SharedBuffer> data() override;
|
| + PassRefPtr<SharedBuffer> cachedData();
|
| +
|
| // Notifies observers that the memory footprint has changed.
|
| void notifyMemoryChanged();
|
|
|
|
|