| Index: webrtc/modules/audio_device/audio_device_buffer.cc
|
| diff --git a/webrtc/modules/audio_device/audio_device_buffer.cc b/webrtc/modules/audio_device/audio_device_buffer.cc
|
| index d40b05e70a4df158f7099505bb5eef0b474c1023..83109177c6f3029940b825c781402fdf6aad9221 100644
|
| --- a/webrtc/modules/audio_device/audio_device_buffer.cc
|
| +++ b/webrtc/modules/audio_device/audio_device_buffer.cc
|
| @@ -111,7 +111,7 @@ void AudioDeviceBuffer::StartPlayout() {
|
| if (!recording_) {
|
| StartPeriodicLogging();
|
| }
|
| - const uint64_t now_time = rtc::TimeMillis();
|
| + const int64_t now_time = rtc::TimeMillis();
|
| // Clear members that are only touched on the main (creating) thread.
|
| play_start_time_ = now_time;
|
| playing_ = true;
|
|
|