| 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 15e86f0323ba9008d4343158284d088d587c120e..3797f3254ed45bbb6b832fa3d8609dc67107559c 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| +++ b/content/browser/renderer_host/media/desktop_capture_device_aura.cc
|
| @@ -341,9 +341,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)));
|
| }
|
|
|
|
|