| Index: content/browser/media/capture/aura_window_capture_machine.cc
|
| diff --git a/content/browser/media/capture/aura_window_capture_machine.cc b/content/browser/media/capture/aura_window_capture_machine.cc
|
| index 561e68a6f509eafb43df0c15ebfe1d3ba649c735..2e7432ac1ed67e2c6bd55f5abd69e57809736ba8 100644
|
| --- a/content/browser/media/capture/aura_window_capture_machine.cc
|
| +++ b/content/browser/media/capture/aura_window_capture_machine.cc
|
| @@ -363,7 +363,7 @@ void AuraWindowCaptureMachine::CopyOutputFinishedForVideo(
|
| // still valid).
|
| if (machine) {
|
| if (machine->cursor_renderer_ && result)
|
| - machine->cursor_renderer_->RenderOnVideoFrame(target);
|
| + machine->cursor_renderer_->RenderOnVideoFrame(target.get());
|
| } else {
|
| VLOG(1) << "Aborting capture: AuraWindowCaptureMachine has gone away.";
|
| result = false;
|
|
|