Index: media/capture/video/mac/video_capture_device_avfoundation_mac.h |
diff --git a/media/capture/video/mac/video_capture_device_avfoundation_mac.h b/media/capture/video/mac/video_capture_device_avfoundation_mac.h |
index 69082e7aac0d7f9af2d3a4b8963313e1f241c73c..f6985dacef2cf79b73b7c5c6e752bfba9de2a848 100644 |
--- a/media/capture/video/mac/video_capture_device_avfoundation_mac.h |
+++ b/media/capture/video/mac/video_capture_device_avfoundation_mac.h |
@@ -84,8 +84,8 @@ class VideoCaptureDeviceMac; |
// Returns a dictionary of capture devices with friendly name and unique id. |
+ (NSDictionary*)deviceNames; |
-// Retrieve the capture supported formats for a given device |name|. |
-+ (void)getDevice:(const media::VideoCaptureDevice::Name&)name |
+// Retrieve the capture supported formats for a given device |descriptor|. |
++ (void)getDevice:(const media::VideoCaptureDeviceDescriptor&)descriptor |
supportedFormats:(media::VideoCaptureFormats*)formats; |
// Initializes the instance and the underlying capture session and registers the |