| Index: media/video/capture/mac/video_capture_device_mac.mm
|
| diff --git a/media/video/capture/mac/video_capture_device_mac.mm b/media/video/capture/mac/video_capture_device_mac.mm
|
| index 3e61437c0f73efdcd1837b4bc0797f7ca51f9ac3..2be65da10c5bebd906bf9e2fe843d2c31b2ec1f4 100644
|
| --- a/media/video/capture/mac/video_capture_device_mac.mm
|
| +++ b/media/video/capture/mac/video_capture_device_mac.mm
|
| @@ -71,6 +71,12 @@ void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
|
| }
|
| }
|
|
|
| +// static
|
| +void VideoCaptureDevice::GetDeviceSupportedFormats(const Name& device,
|
| + VideoCaptureCapabilities* formats) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| const std::string VideoCaptureDevice::Name::GetModel() const {
|
| // Both PID and VID are 4 characters.
|
| if (unique_id_.size() < 2 * kVidPidSize) {
|
|
|