DescriptionVTTCue: Convert uses of std::pair<float, float> to FloatPoint
This is more in line with other code, and also semantically better (since
this is a point after all.) std::pair<double, double> is used in a few
places, but always converted from a float-pair, so convert those too.
BUG=448000
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188629
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|