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

Unified Diff: components/copresence/mediums/audio/audio_player.h

Issue 481193003: Remove AudioBuffersState usage in Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix silly build buster Created 6 years, 3 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 | components/copresence/mediums/audio/audio_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/mediums/audio/audio_player.h
diff --git a/components/copresence/mediums/audio/audio_player.h b/components/copresence/mediums/audio/audio_player.h
index aecd6601fb88daa196d86a1e3958ec38ed50961b..c44296224d4958207cfa3e96ddd1f6a8e43a52d4 100644
--- a/components/copresence/mediums/audio/audio_player.h
+++ b/components/copresence/mediums/audio/audio_player.h
@@ -67,7 +67,7 @@ class AudioPlayer : public media::AudioOutputStream::AudioSourceCallback {
// AudioOutputStream::AudioSourceCallback overrides:
// Following methods could be called from *ANY* thread.
virtual int OnMoreData(media::AudioBus* dest,
- media::AudioBuffersState /* state */) OVERRIDE;
+ int total_bytes_delay) OVERRIDE;
virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE;
rkc 2014/09/17 22:41:36 Nit: Change the /* stream */ to stream to keep thi
acolwell GONE FROM CHROMIUM 2014/09/18 00:25:06 Done.
// Flushes the audio loop, making sure that any queued operations are
« no previous file with comments | « no previous file | components/copresence/mediums/audio/audio_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698