| Index: third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| index af677889fd789baf92d0d7bef58f28ab5f52c2ed..bb459577276bb6208c8336f7f0aa9b1e413c40ac 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.cpp
|
| @@ -115,7 +115,7 @@ size_t ImageSource::frameCount() const
|
| return m_decoder ? m_decoder->frameCount() : 0;
|
| }
|
|
|
| -PassRefPtr<SkImage> ImageSource::createFrameAtIndex(size_t index)
|
| +sk_sp<SkImage> ImageSource::createFrameAtIndex(size_t index)
|
| {
|
| if (!m_decoder)
|
| return nullptr;
|
|
|