| Index: Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h
|
| index 67f2a15fa9a420b1a09f1331f4c12cb95d76c7f6..9fe50e64fe66ef8c0f62ef1bb95e11db0f9062b9 100644
|
| --- a/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| String filenameExtension() const;
|
|
|
| - PassRefPtr<NativeImageSkia> createFrameAtIndex(size_t);
|
| + bool createFrameAtIndex(size_t, SkBitmap*) WARN_UNUSED_RETURN;
|
|
|
| void setData(SharedBuffer& data, bool allDataReceived);
|
|
|
|
|