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

Unified Diff: chrome/renderer/media/audio_renderer_impl.h

Issue 155695: Replace the guts of AudioRendererBase with calls to scaling algorithm. (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 | « no previous file | chrome/renderer/media/audio_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/audio_renderer_impl.h
===================================================================
--- chrome/renderer/media/audio_renderer_impl.h (revision 22189)
+++ chrome/renderer/media/audio_renderer_impl.h (working copy)
@@ -183,7 +183,6 @@
// Protects:
// - |stopped_|
- // - |playback_rate_|
// - |pending_request_|
// - |request_timestamp_|
// - |request_delay_|
@@ -192,9 +191,6 @@
// A flag that indicates this filter is called to stop.
bool stopped_;
- // Keeps the current playback rate.
- float playback_rate_;
-
// A flag that indicates an outstanding packet request.
bool pending_request_;
« no previous file with comments | « no previous file | chrome/renderer/media/audio_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698