Fix wrong transform for motion-path
We call ComputedStyle::applyTransform(..., ExcludeTransformOrigin, IncludeMotionPath, ...) in PaintPropertyTreeBuilder updateTransform(). Previously in the case applyTransform() passed wrong (0,0) origin when calling applyMotionPathTransform(). Always pass the correct origin to applyMotionPathTransform(). BUG=652323 TEST=css3/motion-path/path-establishes-stacking-context.html with --enable-blink-features=slimmingPaintInvalidation Review-Url: https://codereview.chromium.org/2390173002 Cr-Commit-Position: refs/heads/master@{#422970}
Showing
Please register or sign in to comment