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

Unified Diff: content/renderer/media/audio_renderer_impl.cc

Issue 8922016: Compile fix for gcc 4.6 (unused variable). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_renderer_impl.cc
diff --git a/content/renderer/media/audio_renderer_impl.cc b/content/renderer/media/audio_renderer_impl.cc
index 768142ad5ee726b8b777cb577252724eebc588ea..d9468570b41f25fc63f2c3631f53d8ec268fbe5d 100644
--- a/content/renderer/media/audio_renderer_impl.cc
+++ b/content/renderer/media/audio_renderer_impl.cc
@@ -203,8 +203,6 @@ void AudioRendererImpl::Render(const std::vector<float*>& audio_data,
}
// Adjust the playback delay.
- base::Time current_time = base::Time::Now();
-
base::TimeDelta request_delay =
base::TimeDelta::FromMilliseconds(audio_delay_milliseconds);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698