| 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..8e467867255efd344243960102a157cf8f8cb247 100644
|
| --- a/media/capture/content/screen_capture_device_core.h
|
| +++ b/media/capture/content/screen_capture_device_core.h
|
| @@ -89,6 +89,7 @@ class CAPTURE_EXPORT ScreenCaptureDeviceCore
|
| void Suspend();
|
| void Resume();
|
| void StopAndDeAllocate();
|
| + void OnConsumerReportingUtilization(int frame_id, double utilization);
|
|
|
| private:
|
| // Flag indicating current state.
|
|
|