Properly invalidate relative length units in transform list animation
When animating a 'translate()' function with a <length-percentage> parameter, the current code incorrectly thinks this is not a length and does not include the length units into a LengthUnitsChecker. As a result, the animation is not properly invalidated when the relative length units in the parameter change value. This patch fixes the issue by including the length units in <length-percentage> parameters into the LengthUnitsChecker. Bug: 1004096 Change-Id: Ib869b42e99683ada69c6e3bb50a943f82f25bcc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846041 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#703852}
Showing
Please register or sign in to comment