| Index: media/capture/content/screen_capture_device_core.h
|
| diff --git a/media/capture/content/screen_capture_device_core.h b/media/capture/content/screen_capture_device_core.h
|
| index c965043e4820f3f9d79cbe66448b3e6aeef2b209..60faf27e3fc9f51417f19bd0a62dc022fe743036 100644
|
| --- a/media/capture/content/screen_capture_device_core.h
|
| +++ b/media/capture/content/screen_capture_device_core.h
|
| @@ -89,6 +89,8 @@ class CAPTURE_EXPORT ScreenCaptureDeviceCore
|
| void Suspend();
|
| void Resume();
|
| void StopAndDeAllocate();
|
| + void OnConsumerReportingUtilization(int frame_feedback_id,
|
| + double utilization);
|
|
|
| private:
|
| // Flag indicating current state.
|
|
|