Index: content/browser/media/capture/desktop_capture_device_aura.cc |
diff --git a/content/browser/media/capture/desktop_capture_device_aura.cc b/content/browser/media/capture/desktop_capture_device_aura.cc |
index 7dafda94a0d37aef410a3158c6ee1787dc91a6fb..acd236d31980e1f5b319fef83164d6dc957720ca 100644 |
--- a/content/browser/media/capture/desktop_capture_device_aura.cc |
+++ b/content/browser/media/capture/desktop_capture_device_aura.cc |
@@ -74,4 +74,9 @@ void DesktopCaptureDeviceAura::StopAndDeAllocate() { |
core_->StopAndDeAllocate(); |
} |
+void DesktopCaptureDeviceAura::OnUtilizationReport(int frame_feedback_id, |
+ double utilization) { |
+ core_->OnConsumerReportingUtilization(frame_feedback_id, utilization); |
+} |
+ |
} // namespace content |