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

Unified Diff: media/capture/content/screen_capture_device_core.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: 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.

Powered by Google App Engine
This is Rietveld 408576698