| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| index c3666f29afcd29d958a2758febfe78996539eefd..669767a356675c692d6d65c5ecfa97557b909faf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| @@ -254,7 +254,7 @@ bool RecordingImageBufferSurface::finalizeFrameInternal(FallbackReason* fallback
|
| m_previousFrame = fromSkSp(m_currentFrame->finishRecordingAsPicture());
|
| initializeCurrentFrame();
|
| }
|
| - return m_currentFrame;
|
| + return m_currentFrame.get();
|
| }
|
|
|
| if (!m_frameWasCleared) {
|
|
|