| 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 31a8f22400047bff072f93b646fd3ba5406d70d5..a1bda9f288c589f738582daedf02ccb00b59f00c 100644
|
| --- a/media/video/capture/win/video_capture_device_mf_win.h
|
| +++ b/media/video/capture/win/video_capture_device_mf_win.h
|
| @@ -55,11 +55,11 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
|
| static void GetDeviceSupportedFormats(const Name& device,
|
| VideoCaptureFormats* formats);
|
|
|
| - // Captured a new video frame.
|
| - void OnIncomingCapturedFrame(const uint8* data,
|
| - int length,
|
| - const base::TimeTicks& time_stamp,
|
| - int rotation);
|
| + // Captured new video data.
|
| + void OnIncomingCapturedData(const uint8* data,
|
| + int length,
|
| + int rotation,
|
| + const base::TimeTicks& time_stamp);
|
|
|
| private:
|
| void OnError(HRESULT hr);
|
|
|