Index: content/browser/media/capture/web_contents_video_capture_device.h |
diff --git a/content/browser/media/capture/web_contents_video_capture_device.h b/content/browser/media/capture/web_contents_video_capture_device.h |
index 6063f7e1fb3d8b090aa705826faab176477f42b5..ab81c35405593e7329d2865421a7ab444de4a5c2 100644 |
--- a/content/browser/media/capture/web_contents_video_capture_device.h |
+++ b/content/browser/media/capture/web_contents_video_capture_device.h |
@@ -42,6 +42,7 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice |
void MaybeSuspend() override; |
void Resume() override; |
void StopAndDeAllocate() override; |
+ void OnUtilizationReport(int frame_feedback_id, double utilization) override; |
private: |
WebContentsVideoCaptureDevice( |