| Index: content/browser/media/capture/web_contents_video_capture_device.cc
|
| diff --git a/content/browser/media/capture/web_contents_video_capture_device.cc b/content/browser/media/capture/web_contents_video_capture_device.cc
|
| index 5212e7c1c8ee3d4f35aacb414ff4cf331089552a..0ce5587b0785138f7d9b08cd4a4d8ab689afd842 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device.cc
|
| @@ -957,4 +957,10 @@ void WebContentsVideoCaptureDevice::StopAndDeAllocate() {
|
| core_->StopAndDeAllocate();
|
| }
|
|
|
| +void WebContentsVideoCaptureDevice::OnConsumerReportingUtilization(
|
| + int frame_feedback_id,
|
| + double utilization) {
|
| + core_->OnConsumerReportingUtilization(frame_feedback_id, utilization);
|
| +}
|
| +
|
| } // namespace content
|
|
|