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

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

Issue 2604833003: Revert of Tab (and AuraWindow) Capture: Capture refresh frame after Resume() (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/media/capture/web_contents_video_capture_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/aura_window_capture_machine.cc
diff --git a/content/browser/media/capture/aura_window_capture_machine.cc b/content/browser/media/capture/aura_window_capture_machine.cc
index 061b55ee81d356921d8636b980feb8d567fb5975..561e68a6f509eafb43df0c15ebfe1d3ba649c735 100644
--- a/content/browser/media/capture/aura_window_capture_machine.cc
+++ b/content/browser/media/capture/aura_window_capture_machine.cc
@@ -117,9 +117,6 @@
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DVLOG(1) << "Resuming frame capture and delivery.";
frame_capture_active_ = true;
- // Whenever capture resumes, capture a refresh frame immediately to make sure
- // no content updates are missing from the video stream.
- MaybeCaptureForRefresh();
}
void AuraWindowCaptureMachine::Stop(const base::Closure& callback) {
« no previous file with comments | « no previous file | content/browser/media/capture/web_contents_video_capture_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698