Commit 7b0d1803 authored by Becca Hughes's avatar Becca Hughes Committed by Commit Bot

Fix uninitialized value

Set default position.

BUG=987381

Change-Id: I12fa8599c6b5a9630a252412261fc0edd24aadf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717306
Auto-Submit: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarPatrick Monette <pmonette@chromium.org>
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680607}
parent 1d069ddb
......@@ -67,7 +67,7 @@ struct COMPONENT_EXPORT(MEDIA_SESSION_BASE_CPP) MediaPosition {
TestNotEquals_DifferentPlaybackRate);
// Playback rate of the media.
double playback_rate_;
double playback_rate_ = 0;
// Duration of the media.
base::TimeDelta duration_;
......
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