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

Unified Diff: media/video/capture/file_video_capture_device_factory.cc

Issue 292663010: Merge 271560 "Add a ChromeOS implementation of VideoCaptureDevic..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1985/src/
Patch Set: Created 6 years, 7 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: media/video/capture/file_video_capture_device_factory.cc
===================================================================
--- media/video/capture/file_video_capture_device_factory.cc (revision 271940)
+++ media/video/capture/file_video_capture_device_factory.cc (working copy)
@@ -25,6 +25,7 @@
}
scoped_ptr<VideoCaptureDevice> FileVideoCaptureDeviceFactory::Create(
+ scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
const VideoCaptureDevice::Name& device_name) {
#if defined(OS_WIN)
return scoped_ptr<VideoCaptureDevice>(new FileVideoCaptureDevice(
« no previous file with comments | « media/video/capture/file_video_capture_device_factory.h ('k') | media/video/capture/linux/video_capture_device_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698