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..14364e2b9efb1b81cb02c055e85a24258957b5c6 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_id, |
+ double utilization) { |
+ core_->OnConsumerReportingUtilization(frame_id, utilization); |
+} |
+ |
} // namespace content |