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

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

Issue 487543002: Revert 290359 "Remove AudioBuffersState class." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | trunk/src/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: trunk/src/components/copresence/mediums/audio/audio_player.h
===================================================================
--- trunk/src/components/copresence/mediums/audio/audio_player.h (revision 290374)
+++ trunk/src/components/copresence/mediums/audio/audio_player.h (working copy)
@@ -67,7 +67,7 @@
// AudioOutputStream::AudioSourceCallback overrides:
// Following methods could be called from *ANY* thread.
virtual int OnMoreData(media::AudioBus* dest,
- int total_bytes_delay) OVERRIDE;
+ media::AudioBuffersState /* state */) OVERRIDE;
virtual void OnError(media::AudioOutputStream* /* stream */) OVERRIDE;
// Flushes the audio loop, making sure that any queued operations are
« no previous file with comments | « no previous file | trunk/src/components/copresence/mediums/audio/audio_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698