DescriptionMove interpolated Length unit types out of InterpolableValue into NonInterpolableValue
We currently store a list of 0s or 1s for each Length unit type in a Length
InterpolableValue. This change moves this data into the NonInterpolableValue
component of a Length interpolation. It also simplifies it down to only
whether a percentage is present or not since percentage is the only unit
type that doesn't get resolved to pixels in computed values.
BUG=437696
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=202439
Patch Set 1 #Patch Set 2 : Rebased #
Total comments: 10
Patch Set 3 : Review changes #Patch Set 4 : ; #Patch Set 5 : Rebased #Patch Set 6 : Add composite method #Patch Set 7 : Rebased #Patch Set 8 : Initialise #Patch Set 9 : Rebase again #
Messages
Total messages: 19 (8 generated)
|