| Index: Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h
|
| index 67f2a15fa9a420b1a09f1331f4c12cb95d76c7f6..521e616767a13c63c4a552b388799004ffba0886 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);
|
| + SkBitmap createFrameAtIndex(size_t);
|
|
|
| void setData(SharedBuffer& data, bool allDataReceived);
|
|
|
|
|