| 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..b626b091d784e43f48d7f1dc1ab2fe6c4d29ec0e 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_id,
|
| + double utilization) override;
|
|
|
| private:
|
| WebContentsVideoCaptureDevice(
|
|
|