Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: chrome/renderer/media/audio_renderer_impl.cc

Issue 160283: Fixes an audio playback regression caused by seeking in audio/video media. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/filters/audio_renderer_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/audio_renderer_impl.cc
diff --git a/chrome/renderer/media/audio_renderer_impl.cc b/chrome/renderer/media/audio_renderer_impl.cc
index 6af48a0683ff070085080b32b077e5f0e18bb774..3334a21cf89e47101a566a0748859c29e833f035 100644
--- a/chrome/renderer/media/audio_renderer_impl.cc
+++ b/chrome/renderer/media/audio_renderer_impl.cc
@@ -180,7 +180,7 @@ void AudioRendererImpl::OnRequestPacket(size_t bytes_in_buffer,
request_delay_ = ConvertToDuration(bytes_in_buffer);
}
- // Try to fill in the fulfil the packet request.
+ // Try to fill in the fulfill the packet request.
OnNotifyPacketReady();
}
« no previous file with comments | « no previous file | media/filters/audio_renderer_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698