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

Unified Diff: media/capture/content/screen_capture_device_core.h

Issue 2518143004: [Mojo Video Capture] Replace RESOURCE_UTILIZATION with interface ReceiverLoadObserver (Closed)
Patch Set: miu's comments Created 4 years 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..60faf27e3fc9f51417f19bd0a62dc022fe743036 100644
--- a/media/capture/content/screen_capture_device_core.h
+++ b/media/capture/content/screen_capture_device_core.h
@@ -89,6 +89,8 @@ class CAPTURE_EXPORT ScreenCaptureDeviceCore
void Suspend();
void Resume();
void StopAndDeAllocate();
+ void OnConsumerReportingUtilization(int frame_feedback_id,
+ double utilization);
private:
// Flag indicating current state.

Powered by Google App Engine
This is Rietveld 408576698