| 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 8f7fc75cf4526aa5c19320b9b0e0e19ff69eebb0..e0dfb8c416060061a2fc077e876c694c2c68f416 100644
|
| --- a/media/video/capture/win/video_capture_device_mf_win.h
|
| +++ b/media/video/capture/win/video_capture_device_mf_win.h
|
| @@ -53,11 +53,10 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
|
| static void GetDeviceNames(Names* device_names);
|
|
|
| // Captured a new video frame.
|
| - void OnIncomingCapturedFrame(
|
| - const uint8* data,
|
| - int length,
|
| - const base::Time& time_stamp,
|
| - int rotation);
|
| + void OnIncomingCapturedFrame(const uint8* data,
|
| + int length,
|
| + const base::TimeTicks& time_stamp,
|
| + int rotation);
|
|
|
| private:
|
| void OnError(HRESULT hr);
|
|
|