| Index: media/video/capture/win/video_capture_device_mf_win.h
|
| diff --git a/media/video/capture/win/video_capture_device_mf_win.h b/media/video/capture/win/video_capture_device_mf_win.h
|
| index e0dfb8c416060061a2fc077e876c694c2c68f416..31a8f22400047bff072f93b646fd3ba5406d70d5 100644
|
| --- a/media/video/capture/win/video_capture_device_mf_win.h
|
| +++ b/media/video/capture/win/video_capture_device_mf_win.h
|
| @@ -52,6 +52,9 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
|
|
|
| static void GetDeviceNames(Names* device_names);
|
|
|
| + static void GetDeviceSupportedFormats(const Name& device,
|
| + VideoCaptureFormats* formats);
|
| +
|
| // Captured a new video frame.
|
| void OnIncomingCapturedFrame(const uint8* data,
|
| int length,
|
|
|