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

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

Issue 1864813002: Tab/Desktop Capture: Use requests instead of timer-based refreshing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@video_refresh_from_sinks
Patch Set: Addressed comments from PS2, and sampling decision logic change w.r.t. recent animation. Created 4 years, 8 months 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 82ce595624125552042c47037df12f711c7a6d1b..8c83a370a49b2ef7b50d3c47c9187931f1d8f4b2 100644
--- a/content/browser/media/capture/desktop_capture_device_aura.h
+++ b/content/browser/media/capture/desktop_capture_device_aura.h
@@ -34,6 +34,7 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
// VideoCaptureDevice implementation.
void AllocateAndStart(const media::VideoCaptureParams& params,
scoped_ptr<Client> client) override;
+ void RequestRefreshFrame() override;
void StopAndDeAllocate() override;
private:

Powered by Google App Engine
This is Rietveld 408576698