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

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

Issue 24079003: Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementation for Linux and Fake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/video_capture_device_dummy.cc
diff --git a/media/video/capture/video_capture_device_dummy.cc b/media/video/capture/video_capture_device_dummy.cc
index 02752edc54fa4a8aef8193a1904ad1b69d454e31..f54c0b966c5d49ee7bf74cd7c7890a4f50606715 100644
--- a/media/video/capture/video_capture_device_dummy.cc
+++ b/media/video/capture/video_capture_device_dummy.cc
@@ -27,4 +27,8 @@ void VideoCaptureDeviceDummy::Stop() {}
void VideoCaptureDeviceDummy::DeAllocate() {}
+void VideoCaptureDeviceDummy::GetDeviceSupportedFormats(
+ const std::string& device_name,
+ VideoCaptureFormats* capture_formats) {};
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698