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

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

Issue 2518143004: [Mojo Video Capture] Replace RESOURCE_UTILIZATION with interface ReceiverLoadObserver (Closed)
Patch Set: Fixed usage of VerifyAndClearExpectations 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/screen_capture_device_android.h
diff --git a/content/browser/media/capture/screen_capture_device_android.h b/content/browser/media/capture/screen_capture_device_android.h
index 09c899874d49742c352014059332de06a4bf2c2a..7a880c88f6c1b899648caeb44c019c837671c641 100644
--- a/content/browser/media/capture/screen_capture_device_android.h
+++ b/content/browser/media/capture/screen_capture_device_android.h
@@ -27,6 +27,8 @@ class CONTENT_EXPORT ScreenCaptureDeviceAndroid
std::unique_ptr<Client> client) override;
void StopAndDeAllocate() override;
void RequestRefreshFrame() override;
+ void OnConsumerReportingUtilization(int frame_feedback_id,
+ double utilization) override;
private:
media::ScreenCaptureDeviceCore core_;

Powered by Google App Engine
This is Rietveld 408576698