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

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

Issue 806413004: Plumb allow_overlay flag for video path into cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed v4l2 Created 5 years, 11 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.cc
diff --git a/content/browser/media/capture/desktop_capture_device_aura.cc b/content/browser/media/capture/desktop_capture_device_aura.cc
index 8540040c8936eae54ee7a2ae58dba58c6f4420ce..a72c288f63866c2577dbefadf2a68615f1d1ac39 100644
--- a/content/browser/media/capture/desktop_capture_device_aura.cc
+++ b/content/browser/media/capture/desktop_capture_device_aura.cc
@@ -361,11 +361,8 @@ bool DesktopVideoCaptureMachine::ProcessCopyOutputResponse(
texture_mailbox.target(),
texture_mailbox.sync_point())),
base::Bind(&RunSingleReleaseCallback, base::Passed(&release_callback)),
- result->size(),
- gfx::Rect(result->size()),
- result->size(),
- base::TimeDelta(),
- media::VideoFrame::ReadPixelsCB());
+ result->size(), gfx::Rect(result->size()), result->size(),
+ base::TimeDelta(), media::VideoFrame::ReadPixelsCB(), false);
capture_frame_cb.Run(video_frame, start_time, true);
return true;
}
« no previous file with comments | « cc/trees/layer_tree_host_unittest_context.cc ('k') | content/browser/renderer_host/media/video_capture_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698