Chromium Code Reviews| 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(); |
|
scroggo_chromium
2016/06/20 19:00:43
Why does this return a raw pointer?
It calls a me
hajimehoshi
2016/06/22 09:42:29
Done.
|
| + |
| // Notifies observers that the memory footprint has changed. |
| void notifyMemoryChanged(); |