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

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

Issue 2608603002: Reland "Tab (and AuraWindow) Capture: Capture refresh frame after Resume()" (Closed)
Patch Set: REBASE Created 3 years, 12 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/web_contents_video_capture_device.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device.cc b/content/browser/media/capture/web_contents_video_capture_device.cc
index d36e816ccedce70c81d27bad9cfccb2e38517286..f32565a2f3e26f0d1cc65db4ab6f1a6ddf180caf 100644
--- a/content/browser/media/capture/web_contents_video_capture_device.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device.cc
@@ -664,6 +664,9 @@ void WebContentsCaptureMachine::RenewFrameSubscription(bool is_still_tracking) {
view->GetWeakPtr(), oracle_proxy_,
base::Bind(&WebContentsCaptureMachine::Capture,
weak_ptr_factory_.GetWeakPtr())));
+ // Capture a refresh frame immediately to make sure the latest frame in the
+ // video stream has the correct content.
+ subscription_->MaybeCaptureForRefresh();
}
void WebContentsCaptureMachine::UpdateCaptureSize() {

Powered by Google App Engine
This is Rietveld 408576698