| Index: services/video_capture/video_capture_device_proxy_impl.cc
|
| diff --git a/services/video_capture/video_capture_device_proxy_impl.cc b/services/video_capture/video_capture_device_proxy_impl.cc
|
| index 56a3f7f2726fa8d6a72d9998fc10e5542f8631dd..69b0105f5680cb1e8d36cfd2637d89a8d9cb5b60 100644
|
| --- a/services/video_capture/video_capture_device_proxy_impl.cc
|
| +++ b/services/video_capture/video_capture_device_proxy_impl.cc
|
| @@ -29,6 +29,10 @@ void VideoCaptureDeviceProxyImpl::Start(
|
| device_->AllocateAndStart(params, std::move(media_client));
|
| }
|
|
|
| +void VideoCaptureDeviceProxyImpl::Stop() {
|
| + device_->StopAndDeAllocate();
|
| +}
|
| +
|
| // static
|
| media::VideoCaptureFormat VideoCaptureDeviceProxyImpl::ConvertFromMojoToMedia(
|
| mojom::VideoCaptureFormatPtr format) {
|
|
|