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: media/base/audio_renderer_sink.h

Issue 293673004: Remove unused RenderIO() interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/audio_output_device_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_renderer_sink.h
diff --git a/media/base/audio_renderer_sink.h b/media/base/audio_renderer_sink.h
index b2f4ba0a90201b6420106fde54faa8ebcf7437bf..fa1ee84c250a10e16eb0db310b38a31cd555c65c 100644
--- a/media/base/audio_renderer_sink.h
+++ b/media/base/audio_renderer_sink.h
@@ -28,11 +28,6 @@ class AudioRendererSink
// number of frames filled.
virtual int Render(AudioBus* dest, int audio_delay_milliseconds) = 0;
- // Synchronized audio I/O - see InitializeIO() below.
- virtual void RenderIO(AudioBus* source,
- AudioBus* dest,
- int audio_delay_milliseconds) {}
-
// Signals an error has occurred.
virtual void OnRenderError() = 0;
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698