Index: content/browser/media/capture/screen_capture_device_android.h |
diff --git a/content/browser/media/capture/screen_capture_device_android.h b/content/browser/media/capture/screen_capture_device_android.h |
index 09c899874d49742c352014059332de06a4bf2c2a..7d2d5184435ba981ae74c2f241d0d3fe30f94872 100644 |
--- a/content/browser/media/capture/screen_capture_device_android.h |
+++ b/content/browser/media/capture/screen_capture_device_android.h |
@@ -27,6 +27,7 @@ class CONTENT_EXPORT ScreenCaptureDeviceAndroid |
std::unique_ptr<Client> client) override; |
void StopAndDeAllocate() override; |
void RequestRefreshFrame() override; |
+ void OnUtilizationReport(int frame_feedback_id, double utilization) override; |
private: |
media::ScreenCaptureDeviceCore core_; |