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

Unified Diff: media/base/pipeline.cc

Issue 593963004: Fix typo in Pipeline::PlaybackRateChangedTask(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.cc
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
index 086dd9651b16cdc4f7106d9a44e404ab23a8fa3c..5ebe8d5239d48cae96234a8367b9484ccc7c7fdc 100644
--- a/media/base/pipeline.cc
+++ b/media/base/pipeline.cc
@@ -553,7 +553,7 @@ void Pipeline::PlaybackRateChangedTask(float playback_rate) {
if (state_ != kPlaying)
return;
- renderer_->SetPlaybackRate(playback_rate_);
+ renderer_->SetPlaybackRate(playback_rate);
}
void Pipeline::VolumeChangedTask(float volume) {
« 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