| 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..6affc95bd106af475aba40594c16de406930b086 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,8 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice
|
| void MaybeSuspend() override;
|
| void Resume() override;
|
| void StopAndDeAllocate() override;
|
| + void OnConsumerReportingUtilization(int frame_feedback_id,
|
| + double utilization) override;
|
|
|
| private:
|
| WebContentsVideoCaptureDevice(
|
|
|