| 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 3e5d183be8f9a51eafe28f1fba9810eb2654e703..89421d3500ca6415356a0161c57d1d9914365747 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| @@ -69,6 +69,8 @@ public:
|
| // Returns the number of bytes of frame data actually cleared.
|
| size_t clearCacheExceptFrame(size_t);
|
|
|
| + bool hasData() const;
|
| + PassRefPtr<SharedBuffer> data();
|
| void setData(SharedBuffer& data, bool allDataReceived);
|
| String filenameExtension() const;
|
|
|
|
|