| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| index 7d693289215a57779c35e59a33a41e9f9b66208c..aa670f8273ae00944026a87cedebc0a8e417edfe 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| @@ -124,10 +124,6 @@ void BitmapImage::DestroyDecodedData() {
|
| NotifyMemoryChanged();
|
| }
|
|
|
| -PassRefPtr<SharedBuffer> BitmapImage::Data() {
|
| - return source_.Data();
|
| -}
|
| -
|
| void BitmapImage::NotifyMemoryChanged() {
|
| if (GetImageObserver())
|
| GetImageObserver()->DecodedSizeChangedTo(this, TotalFrameBytes());
|
|
|