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

Unified Diff: media/audio/sounds/audio_stream_handler.cc

Issue 290003002: Remove OnMoreIOData() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the media unittests on mac. Created 6 years, 7 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 | « media/audio/simple_sources.cc ('k') | media/audio/virtual_audio_input_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/sounds/audio_stream_handler.cc
diff --git a/media/audio/sounds/audio_stream_handler.cc b/media/audio/sounds/audio_stream_handler.cc
index 9452f04b02aa34b270aa2aa618d8a933527bd6c1..2a08b29d71ee5142950b9386220db0f2ddb2b069 100644
--- a/media/audio/sounds/audio_stream_handler.cc
+++ b/media/audio/sounds/audio_stream_handler.cc
@@ -124,12 +124,6 @@ class AudioStreamHandler::AudioStreamContainer
return dest->frames();
}
- virtual int OnMoreIOData(AudioBus* /* source */,
- AudioBus* dest,
- AudioBuffersState state) OVERRIDE {
- return OnMoreData(dest, state);
- }
-
virtual void OnError(AudioOutputStream* /* stream */) OVERRIDE {
LOG(ERROR) << "Error during system sound reproduction.";
}
« no previous file with comments | « media/audio/simple_sources.cc ('k') | media/audio/virtual_audio_input_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698