DescriptionRemove a pointless assert that fails with overflowed values
It turns out that
roundedIntPoint(LayoutUnit::max()) != LayoutUNit::max()
so disable the assert in BackgroundImageGeometry that is really just
checking that we have pixel snapped the phase. We don't check any other
values for pixel snapping, so there's no reason to keep checking phase.
And there's no danger to having an unrounded value here. Nothing breaks.
R=fmalita@chromium.org
BUG=626745
Committed: https://crrev.com/96fad00d9606b2bdd89e3477387bad1d6bd8ba87
Cr-Commit-Position: refs/heads/master@{#407255}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|