Index: media/audio/pulse/pulse_input.cc |
diff --git a/media/audio/pulse/pulse_input.cc b/media/audio/pulse/pulse_input.cc |
index c365c47b1bc6dbcb94bda31a9ee539eb07c85dca..cc6208527db06c316d41a04d9f63ff0b7d5edf61 100644 |
--- a/media/audio/pulse/pulse_input.cc |
+++ b/media/audio/pulse/pulse_input.cc |
@@ -278,8 +278,7 @@ void PulseAudioInputStream::ReadData() { |
if (buffer_->forward_bytes() < packet_size) |
break; |
- // TODO(xians): improve the code by implementing a WaitTillDataReady on the |
- // input side. |
+ // TODO(xians): Remove once PPAPI is using circular buffers. |
DVLOG(1) << "OnData is being called consecutively, sleep 5ms to " |
<< "wait until render consumes the data"; |
base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(5)); |