| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| index 4b316343f7e5f1833aa5fe9236cc892f0b4a090a..32543c8534fe546146f2904bac923b5180416fc8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| @@ -99,9 +99,9 @@ private:
|
|
|
| void setHasAlpha(size_t index, bool hasAlpha);
|
|
|
| - SkBitmap tryToResumeDecode(SegmentReader*, bool allDataReceived, size_t index, const SkISize& scaledSize, SkBitmap::Allocator*);
|
| + SkBitmap tryToResumeDecode(SegmentReader*, bool allDataReceived, size_t index, const SkISize& scaledSize, PassRefPtr<SkBitmap::Allocator>);
|
| // This method should only be called while m_decodeMutex is locked.
|
| - bool decode(SegmentReader*, bool allDataReceived, size_t index, ImageDecoder**, SkBitmap*, SkBitmap::Allocator*);
|
| + bool decode(SegmentReader*, bool allDataReceived, size_t index, ImageDecoder**, SkBitmap*, PassRefPtr<SkBitmap::Allocator>);
|
|
|
| const SkISize m_fullSize;
|
|
|
|
|