| Index: services/video_capture/video_capture_device_proxy_impl.h
|
| diff --git a/services/video_capture/video_capture_device_proxy_impl.h b/services/video_capture/video_capture_device_proxy_impl.h
|
| index 2b12a48c0eb581afdb35f479d2cdb6d5a6a52178..b5d937ff45dffa6220695425ab9f4688991a7a19 100644
|
| --- a/services/video_capture/video_capture_device_proxy_impl.h
|
| +++ b/services/video_capture/video_capture_device_proxy_impl.h
|
| @@ -21,7 +21,7 @@ class VideoCaptureDeviceProxyImpl : public mojom::VideoCaptureDeviceProxy {
|
| ~VideoCaptureDeviceProxyImpl() override;
|
|
|
| // mojom::VideoCaptureDeviceProxy:
|
| - void Start(mojom::VideoCaptureSettingsPtr requested_settings,
|
| + void Start(const media::VideoCaptureParams& requested_settings,
|
| mojom::VideoFrameReceiverPtr receiver) override;
|
|
|
| void Stop();
|
|
|