| 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 a530097e44b07c6caedeac5274efcd90fc794afa..c63eb452bb33adeb2c13f34e5b917b5bbcbfeb45 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;
|
| + SharedBuffer* cachedData();
|
| +
|
| // Notifies observers that the memory footprint has changed.
|
| void notifyMemoryChanged();
|
|
|
|
|