| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| index e87e29f23758a7de6bd42c4a1c56b3a8b6677b80..e8cd0ce3c9dfa33235eafe6f8dd173af2faf85da 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| @@ -73,7 +73,6 @@ void OffscreenCanvasPlaceholder::setPlaceholderFrame(
|
| m_frameDispatcher = std::move(dispatcher);
|
| m_frameDispatcherTaskRunner = std::move(taskRunner);
|
| m_placeholderFrameResourceId = resourceId;
|
| - setSize(m_placeholderFrame->size());
|
| }
|
|
|
| void OffscreenCanvasPlaceholder::releasePlaceholderFrame() {
|
|
|