Fix zoom handling in CSSMathFunctionValue::Create(length, zoom)
This patch fixes a regression introduced by crrev.com/c/1744799. Before the regression, the creator divides the pixel value of the length by the zooming after. The above patch incorrectly changed that into multiplication, which is the regression. This patch changes that back into a division. Bug: 999875 Change-Id: Ic5f07c2af52cdc94bde8b355e5c30a7f01c0a49c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783638 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#693131}
Showing
Please register or sign in to comment