| Index: media/capture/video/win/video_capture_device_win.cc
|
| diff --git a/media/capture/video/win/video_capture_device_win.cc b/media/capture/video/win/video_capture_device_win.cc
|
| index 5f1b432dda795b4cf5c5e80cb03907fb1154761d..44894ed1ea6b78ab2b4e7567be80268b08a6bcad 100644
|
| --- a/media/capture/video/win/video_capture_device_win.cc
|
| +++ b/media/capture/video/win/video_capture_device_win.cc
|
| @@ -458,7 +458,7 @@ void VideoCaptureDeviceWin::FrameReceived(const uint8_t* buffer,
|
|
|
| // There is a chance that the platform does not provide us with the timestamp,
|
| // in which case, we use reference time to calculate a timestamp.
|
| - if (timestamp == media::kNoTimestamp())
|
| + if (timestamp == media::kNoTimestamp)
|
| timestamp = base::TimeTicks::Now() - first_ref_time_;
|
|
|
| client_->OnIncomingCapturedData(buffer, length, capture_format_, 0,
|
|
|