| 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 08caf7615dc2e975b5e059e2bbc8f595220b0d9f..c19292b1199f3cb2299440c2d9fd2a4101fcbdc6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| @@ -90,7 +90,7 @@ void RecordingImageBufferSurface::fallBackToRasterCanvas(FallbackReason reason)
|
|
|
| if (m_currentFrame) {
|
| m_currentFrame->finishRecordingAsPicture()->playback(m_fallbackSurface->canvas());
|
| - m_currentFrame.clear();
|
| + m_currentFrame.reset();
|
| }
|
|
|
| if (m_imageBuffer) {
|
|
|