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

Unified Diff: content/browser/renderer_host/media/video_capture_manager.cc

Issue 1090273006: Revert of VideoCapture: add support for GpuMemoryBuffer allocation and lifetime mgmt in VideoCaptureBufferPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/renderer_host/media/video_capture_manager.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
index a213a564babffd70f7afcbd93478a215a85084b3..f1c14ebc7e140c912cd8a2d3bf7b442456dcda30 100644
--- a/content/browser/renderer_host/media/video_capture_manager.cc
+++ b/content/browser/renderer_host/media/video_capture_manager.cc
@@ -332,7 +332,7 @@
entry->stream_type,
request->params(),
base::Passed(entry->video_capture_controller()->NewDeviceClient(
- device_task_runner_))),
+ device_task_runner_, request->params().requested_format))),
base::Bind(&VideoCaptureManager::OnDeviceStarted, this,
request->serial_id()));
}

Powered by Google App Engine
This is Rietveld 408576698