Commit 3133f882 authored by xhwang's avatar xhwang Committed by Commit bot

Fix typo in Pipeline::PlaybackRateChangedTask().

BUG=416831

Review URL: https://codereview.chromium.org/593963004

Cr-Commit-Position: refs/heads/master@{#296228}
parent 04cea970
......@@ -555,7 +555,7 @@ void Pipeline::PlaybackRateChangedTask(float playback_rate) {
if (state_ != kPlaying)
return;
renderer_->SetPlaybackRate(playback_rate_);
renderer_->SetPlaybackRate(playback_rate);
}
void Pipeline::VolumeChangedTask(float volume) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment