| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| index 586e18461836d42cadc33e5bb8f035c15aada6a3..775f7ba04a711ac97bdd2ead05201617d82d3271 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -57,6 +57,8 @@ public:
|
|
|
| PassRefPtr<SkImage> createFrameAtIndex(size_t);
|
|
|
| + bool hasData() const;
|
| + PassRefPtr<SharedBuffer> data();
|
| void setData(SharedBuffer& data, bool allDataReceived);
|
|
|
| bool isSizeAvailable();
|
|
|