| Index: content/browser/media/capture/screen_capture_device_android.cc
|
| diff --git a/content/browser/media/capture/screen_capture_device_android.cc b/content/browser/media/capture/screen_capture_device_android.cc
|
| index d03e31c15f3e7f863eca1625a8a4b3119db84ed7..a11504405ab0c7cc1bddf3578f53671b136ecd26 100644
|
| --- a/content/browser/media/capture/screen_capture_device_android.cc
|
| +++ b/content/browser/media/capture/screen_capture_device_android.cc
|
| @@ -31,4 +31,11 @@ void ScreenCaptureDeviceAndroid::StopAndDeAllocate() {
|
| void ScreenCaptureDeviceAndroid::RequestRefreshFrame() {
|
| core_.RequestRefreshFrame();
|
| }
|
| +
|
| +void ScreenCaptureDeviceAndroid::OnConsumerReportingUtilization(
|
| + int frame_feedback_id,
|
| + double utilization) {
|
| + core_.OnConsumerReportingUtilization(frame_feedback_id, utilization);
|
| +}
|
| +
|
| } // namespace content
|
|
|