| Index: content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura.cc b/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| index 7d9e7d9247026c30b6a5149167521a11266afbae..8090e103b309dfdfbdce88bb2cd8dd428c7c6245 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| +++ b/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| @@ -343,9 +343,15 @@ void DesktopVideoCaptureMachine::DidCopyOutput(
|
|
|
| gfx::Point cursor_position_in_frame = UpdateCursorState(region_in_frame);
|
| yuv_readback_pipeline_->ReadbackYUV(
|
| - texture_mailbox.name(), texture_mailbox.sync_point(), video_frame.get(),
|
| - base::Bind(&CopyOutputFinishedForVideo, start_time, capture_frame_cb,
|
| - video_frame, scaled_cursor_bitmap_, cursor_position_in_frame,
|
| + texture_mailbox.mailbox(),
|
| + texture_mailbox.sync_point(),
|
| + video_frame.get(),
|
| + base::Bind(&CopyOutputFinishedForVideo,
|
| + start_time,
|
| + capture_frame_cb,
|
| + video_frame,
|
| + scaled_cursor_bitmap_,
|
| + cursor_position_in_frame,
|
| base::Passed(&release_callback)));
|
| }
|
|
|
|
|