Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: content/browser/media/capture/desktop_capture_device_aura.h

Issue 2518143004: [Mojo Video Capture] Replace RESOURCE_UTILIZATION with interface ReceiverLoadObserver (Closed)
Patch Set: Fixes for failing bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/media/capture/desktop_capture_device_aura.h
diff --git a/content/browser/media/capture/desktop_capture_device_aura.h b/content/browser/media/capture/desktop_capture_device_aura.h
index a3a93747225c4ac2b4d81d46847587d2de462451..c56b0c0a3ae9fd8c3e919239e974258db86b75d7 100644
--- a/content/browser/media/capture/desktop_capture_device_aura.h
+++ b/content/browser/media/capture/desktop_capture_device_aura.h
@@ -32,6 +32,8 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
std::unique_ptr<Client> client) override;
void RequestRefreshFrame() override;
void StopAndDeAllocate() override;
+ void OnConsumerReportingUtilization(int frame_id,
+ double utilization) override;
private:
explicit DesktopCaptureDeviceAura(const DesktopMediaID& source);

Powered by Google App Engine
This is Rietveld 408576698