Fix under-invalidation on SVG shape/image resize in subpixels
Previously we detected SVG shape/image geometry changes for paint
invalidation by checking change of paint invalidation bounds. This
is accurate because the bounds may be expanded to hide subpixel
changes.
Now mark the object for full paint invalidation during layout if
geometry changes.
BUG=
660195
Committed:
https://crrev.com/4091f74e621de0fc0d59bfb30311c7a04a51cd8b
Cr-Commit-Position: refs/heads/master@{#428956}