DescriptionVTTCue: Don't compare m_displayPosition against undefinedPosition
VTTCue::m_displayPosition is a std::pair<float, float>, and not explicitly
initialized. There's no reason to assume it'll take on the value
undefinedPosition, and always setting the computed value should not hurt.
BUG=448000
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188471
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|