| 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 b69206135d591103bd4919335b3962967939fba6..ab006325727960c77379f31bc80bd1132f4eb6b3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
|
| @@ -78,7 +78,6 @@ void OffscreenCanvasPlaceholder::SetPlaceholderFrame(
|
| void OffscreenCanvasPlaceholder::ReleasePlaceholderFrame() {
|
| DCHECK(IsPlaceholderRegistered());
|
| if (placeholder_frame_) {
|
| - placeholder_frame_->Transfer();
|
| frame_dispatcher_task_runner_->PostTask(
|
| BLINK_FROM_HERE,
|
| CrossThreadBind(releaseFrameToDispatcher, std::move(frame_dispatcher_),
|
|
|