| 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 0c5088ac3e077832fa7f1be9d1dc4054f45ffb9c..fe593f27943e674d0778b473fb0feba448fb5081 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.h
|
| @@ -127,6 +127,7 @@ private:
|
| // some room in the image cache.
|
| void destroyDecodedData() override;
|
|
|
| + bool clear() override;
|
| PassRefPtr<SharedBuffer> data() override;
|
|
|
| // Notifies observers that the memory footprint has changed.
|
|
|