| Index: third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| index a6a9eac234b7f03a355372a65ebf970f7ecd7fc9..d6ce35c205ad15459947ef1e0ce952f8311f6d23 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| @@ -72,7 +72,6 @@ class PLATFORM_EXPORT ImageSource final {
|
| // Returns the number of bytes of frame data actually cleared.
|
| size_t ClearCacheExceptFrame(size_t);
|
|
|
| - PassRefPtr<SharedBuffer> Data();
|
| // Returns false when the decoder layer rejects the data.
|
| bool SetData(RefPtr<SharedBuffer> data, bool all_data_received);
|
| String FilenameExtension() const;
|
|
|