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

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

Issue 2518143004: [Mojo Video Capture] Replace RESOURCE_UTILIZATION with interface ReceiverLoadObserver (Closed)
Patch Set: Fix for android-only code 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: content/browser/media/capture/web_contents_video_capture_device.h
diff --git a/content/browser/media/capture/web_contents_video_capture_device.h b/content/browser/media/capture/web_contents_video_capture_device.h
index 6063f7e1fb3d8b090aa705826faab176477f42b5..ab81c35405593e7329d2865421a7ab444de4a5c2 100644
--- a/content/browser/media/capture/web_contents_video_capture_device.h
+++ b/content/browser/media/capture/web_contents_video_capture_device.h
@@ -42,6 +42,7 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice
void MaybeSuspend() override;
void Resume() override;
void StopAndDeAllocate() override;
+ void OnUtilizationReport(int frame_feedback_id, double utilization) override;
private:
WebContentsVideoCaptureDevice(

Powered by Google App Engine
This is Rietveld 408576698