| Index: media/video/capture/android/video_capture_device_android.cc
|
| diff --git a/media/video/capture/android/video_capture_device_android.cc b/media/video/capture/android/video_capture_device_android.cc
|
| index 5a72b5297099b17ff2ff386890c2bd72b6a84f9d..1e6b08559a2b3ca7d24eba8109f12475c2f53e6f 100644
|
| --- a/media/video/capture/android/video_capture_device_android.cc
|
| +++ b/media/video/capture/android/video_capture_device_android.cc
|
| @@ -53,6 +53,12 @@ void VideoCaptureDevice::GetDeviceNames(Names* device_names) {
|
| }
|
| }
|
|
|
| +// static
|
| +void VideoCaptureDevice::GetDeviceSupportedFormats(const Name& device,
|
| + VideoCaptureCapabilities* formats) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| const std::string VideoCaptureDevice::Name::GetModel() const {
|
| // Android cameras are not typically USB devices, and this method is currently
|
| // only used for USB model identifiers, so this implementation just indicates
|
|
|