| Index: webrtc/modules/video_capture/windows/video_capture_mf.h
|
| diff --git a/webrtc/modules/video_capture/windows/video_capture_mf.h b/webrtc/modules/video_capture/windows/video_capture_mf.h
|
| index 076ef55ecff566f12d57465a4f3113574899816f..5b58f891e674b6c3b6de0eef72364e7a9e4ba63f 100644
|
| --- a/webrtc/modules/video_capture/windows/video_capture_mf.h
|
| +++ b/webrtc/modules/video_capture/windows/video_capture_mf.h
|
| @@ -22,9 +22,9 @@ namespace videocapturemodule {
|
| // for supported platforms.
|
| class VideoCaptureMF : public VideoCaptureImpl {
|
| public:
|
| - explicit VideoCaptureMF(const int32_t id);
|
| + VideoCaptureMF();
|
|
|
| - int32_t Init(const int32_t id, const char* device_id);
|
| + int32_t Init(const char* device_id);
|
|
|
| // Overrides from VideoCaptureImpl.
|
| virtual int32_t StartCapture(const VideoCaptureCapability& capability);
|
|
|