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

Unified Diff: content/browser/renderer_host/media/desktop_capture_device.h

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.h
diff --git a/content/browser/renderer_host/media/desktop_capture_device.h b/content/browser/renderer_host/media/desktop_capture_device.h
index 84422d3c5c9a1b5d319853ff371bf017acdb9435..1cc50b2eeaa518ed3c587a66c309c1f42152ebde 100644
--- a/content/browser/renderer_host/media/desktop_capture_device.h
+++ b/content/browser/renderer_host/media/desktop_capture_device.h
@@ -44,6 +44,9 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice {
virtual void Stop() OVERRIDE;
virtual void DeAllocate() OVERRIDE;
virtual const Name& device_name() OVERRIDE;
+ virtual void GetDeviceSupportedFormats(
+ const std::string& device_name,
+ media::VideoCaptureFormats* capture_formats) OVERRIDE;
private:
class Core;

Powered by Google App Engine
This is Rietveld 408576698