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

Unified Diff: content/browser/renderer_host/media/desktop_capture_device.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: content/browser/renderer_host/media/desktop_capture_device.cc
diff --git a/content/browser/renderer_host/media/desktop_capture_device.cc b/content/browser/renderer_host/media/desktop_capture_device.cc
index 1efc164577bd4e941ca924f9928faa13462ef790..52556bf30d5d7e039c1317797b504470780b22fe 100644
--- a/content/browser/renderer_host/media/desktop_capture_device.cc
+++ b/content/browser/renderer_host/media/desktop_capture_device.cc
@@ -459,4 +459,9 @@ const media::VideoCaptureDevice::Name& DesktopCaptureDevice::device_name() {
return name_;
}
+void DesktopCaptureDevice::GetDeviceSupportedFormats(
+ const std::string& device_name,
+ media::VideoCaptureFormats* capture_formats){
+ NOTIMPLEMENTED();
+}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698