| commit | 887cb190b1e5122ca3f91f46b217fb0e5706381d | [log] [tgz] |
|---|---|---|
| author | chrishtr <chrishtr@chromium.org> | Thu Jul 07 20:08:55 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 20:10:35 2016 |
| tree | e2d9c9672a3d97262a13872152193cf65d2eef41 | |
| parent | d4e64fc3153e756b8a1398b8d9dba4f220df6e49 [diff] |
Use enclosingIntRect for the cull rect of DrawingDisplayItems. Pixel-snapping may change the bounds of the painted object, which affects the "tightest" cull rect possible. Expanding to the enclosing int rect is safe and still performant. BUG=529938 TEST=fast/sub-pixel/sub-pixel-accumulates-to-layers.html Review-Url: https://codereview.chromium.org/2128903002 Cr-Commit-Position: refs/heads/master@{#404224}