| Index: content/browser/media/capture/desktop_capture_device.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device.cc b/content/browser/media/capture/desktop_capture_device.cc
|
| index 658283dad69416de354150e3b21586c653f1af09..7e7e0e190f30e589690c5a97f59bacf13d220fd4 100644
|
| --- a/content/browser/media/capture/desktop_capture_device.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device.cc
|
| @@ -232,8 +232,8 @@ void DesktopCaptureDevice::Core::OnCaptureCompleted(
|
| output_data = output_frame_->data();
|
| }
|
|
|
| - client_->OnIncomingCapturedFrame(
|
| - output_data, output_bytes, base::TimeTicks::Now(), 0, capture_format_);
|
| + client_->OnIncomingCapturedData(
|
| + output_data, output_bytes, capture_format_, 0, base::TimeTicks::Now());
|
| }
|
|
|
| void DesktopCaptureDevice::Core::DoAllocateAndStart(
|
|
|