DescriptionChange WebTimeRange to use doubles instead of floats.
All the Chromium-side code that creates WebTimeRanges uses doubles and all
the Blink-side code that consumes WebTimeRanges use doubles, but somehow
this class didn't get updated. This change fixes the problem so that values
don't get truncated to the float range as they pass through a WebTimeRange.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176664
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|