| Index: services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| diff --git a/services/video_capture/public/interfaces/video_capture_device_factory.mojom b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| index 80da4a9a9a0271a438bade6aee3222c496c0dbf4..565958206145819cbabba01505a837a1bee45d6b 100644
|
| --- a/services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| +++ b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| @@ -4,8 +4,8 @@
|
|
|
| module video_capture.mojom;
|
|
|
| +import "media/mojo/interfaces/media_types.mojom";
|
| import "services/video_capture/public/interfaces/video_capture_device_proxy.mojom";
|
| -import "services/video_capture/public/interfaces/video_capture_format.mojom";
|
|
|
| enum VideoCaptureApi {
|
| LINUX_V4L2_SINGLE_PLANE,
|
| @@ -55,7 +55,7 @@ interface VideoCaptureDeviceFactory {
|
| => (array<VideoCaptureDeviceDescriptor> descriptors);
|
|
|
| GetSupportedFormats(VideoCaptureDeviceDescriptor device_descriptor)
|
| - => (array<VideoCaptureFormat> supported_formats);
|
| + => (array<media.mojom.VideoCaptureFormat> supported_formats);
|
|
|
| // Provides exclusive access to the device identified by |device_descriptor|.
|
| // The access is valid until either the message pipe associated with
|
|
|