| commit | 58a321c5c07599b51b9a80d00c497049ed9bd171 | [log] [tgz] |
|---|---|---|
| author | pdr <pdr@chromium.org> | Wed Jul 06 23:21:59 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 06 23:25:00 2016 |
| tree | 2cb962d184a8a84d6dd98d5dae8a2d643b75e127 | |
| parent | 6ccecb6657bcc8c670c0685ee36078fa4befa16b [diff] |
Pixel snap SVG's root border box to local transform [spv2] This patch extracts out SVGRootPainter's pixel snapping logic into a common function used by both SVGRootPainter and the property tree builder. With this patch a DCHECK in SVGTransformContext can be removed and 77 new tests pass with --enable-slimming-paint-v2. BUG=600618 Review-Url: https://codereview.chromium.org/2128463002 Cr-Commit-Position: refs/heads/master@{#403970}