| 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 f336ffe605fd5b2e03952ee97f9c156749d232bc..4b7aa4ddd7d19300818c0803e0f1ce57ba5a292f 100644
|
| --- a/services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| +++ b/services/video_capture/public/interfaces/video_capture_device_factory.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module video_capture.mojom;
|
|
|
| -import "services/video_capture/public/interfaces/video_capture_device.mojom";
|
| +import "services/video_capture/public/interfaces/video_capture_device_proxy.mojom";
|
| import "services/video_capture/public/interfaces/video_capture_format.mojom";
|
|
|
| enum VideoCaptureApi {
|
| @@ -58,7 +58,7 @@ interface VideoCaptureDeviceFactory {
|
| => (array<VideoCaptureFormat> supported_formats);
|
|
|
| // Provides exclusive access to the device identified by |device_descriptor|.
|
| - CreateDevice(VideoCaptureDeviceDescriptor device_descriptor,
|
| - VideoCaptureDevice& device_request)
|
| + CreateDeviceProxy(VideoCaptureDeviceDescriptor device_descriptor,
|
| + VideoCaptureDeviceProxy& proxy_request)
|
| => (DeviceAccessResultCode result_code);
|
| };
|
|
|