| Index: content/browser/media/capture/desktop_capture_device_aura.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device_aura.cc b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| index 8540040c8936eae54ee7a2ae58dba58c6f4420ce..3b270df761fd5f3957804ebc28083bd2e5f07a38 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_aura.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| @@ -361,11 +361,8 @@ bool DesktopVideoCaptureMachine::ProcessCopyOutputResponse(
|
| texture_mailbox.target(),
|
| texture_mailbox.sync_point())),
|
| base::Bind(&RunSingleReleaseCallback, base::Passed(&release_callback)),
|
| - result->size(),
|
| - gfx::Rect(result->size()),
|
| - result->size(),
|
| - base::TimeDelta(),
|
| - media::VideoFrame::ReadPixelsCB());
|
| + result->size(), gfx::Rect(result->size()), result->size(),
|
| + base::TimeDelta());
|
| capture_frame_cb.Run(video_frame, start_time, true);
|
| return true;
|
| }
|
|
|