| 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..03e2957b20c8cf56e138c854d4a9da9a54739347 100644
|
| --- a/media/video/capture/win/video_capture_device_mf_win.h
|
| +++ b/media/video/capture/win/video_capture_device_mf_win.h
|
| @@ -55,8 +55,8 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
|
| // Captured a new video frame.
|
| void OnIncomingCapturedFrame(const uint8* data,
|
| int length,
|
| - const base::TimeTicks& time_stamp,
|
| - int rotation);
|
| + int rotation,
|
| + const base::TimeTicks& time_stamp);
|
|
|
| private:
|
| void OnError(HRESULT hr);
|
|
|