| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| index ffb0daf7326dd4142480950dca6d3121403bca5a..60292c6ac26c0d97ad4f97e8b81e716550108352 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| @@ -131,7 +131,7 @@ bool ImageFrameGenerator::decodeAndScale(SegmentReader* data, bool allDataReceiv
|
| ASSERT(m_fullSize == scaledSize);
|
|
|
| // TODO (scroggo): Convert tryToResumeDecode() and decode() to take a
|
| - // PassRefPtr<SkBitmap::Allocator> instead of a bare pointer.
|
| + // sk_sp<SkBitmap::Allocator> instead of a bare pointer.
|
| SkBitmap bitmap = tryToResumeDecode(data, allDataReceived, index, scaledSize, externalAllocator.get());
|
| if (bitmap.isNull())
|
| return false;
|
|
|