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

Unified Diff: media/filters/audio_renderer_algorithm_default.h

Issue 155255: Refactor audio renderer algorithms to use BufferQueue. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « media/filters/audio_renderer_algorithm_base.cc ('k') | media/filters/audio_renderer_algorithm_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm_default.h
===================================================================
--- media/filters/audio_renderer_algorithm_default.h (revision 20165)
+++ media/filters/audio_renderer_algorithm_default.h (working copy)
@@ -25,9 +25,6 @@
virtual size_t FillBuffer(DataBuffer* buffer_out);
private:
- // Remembers the amount of remaining audio data for the front buffer.
- size_t data_offset_;
-
DISALLOW_COPY_AND_ASSIGN(AudioRendererAlgorithmDefault);
};
« no previous file with comments | « media/filters/audio_renderer_algorithm_base.cc ('k') | media/filters/audio_renderer_algorithm_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698