| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| index 73ed04b0c3905b813c22db885c9b1d1b96ac92d4..13efb128ed04290fa71be195e82336d98328502a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
|
| @@ -152,8 +152,8 @@ DrawingBuffer::~DrawingBuffer()
|
| {
|
| ASSERT(m_destructionInProgress);
|
| ASSERT(m_textureMailboxes.isEmpty());
|
| - m_layer.clear();
|
| - m_contextProvider.clear();
|
| + m_layer.reset();
|
| + m_contextProvider.reset();
|
| }
|
|
|
| void DrawingBuffer::markContentsChanged()
|
|
|