DescriptionChange drawPicture calls to playback to avoid culling
This patch (https://codereview.chromium.org/2690583002) changed
a number of SkPicture::playback calls to be PaintCanvas::drawPicture
calls. However, drawPicture adds an extra clip, so if the rect
given to the SkPicture is incorrect then drawPicture will have
different behavior.
This patch (https://codereview.chromium.org/2743143002) fixed
one of these occurrences by fixing the rect.
This patch adds a temporary helper for playback to fix all of these
issues.
BUG=702577
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Review-Url: https://codereview.chromium.org/2755183002
Cr-Commit-Position: refs/heads/master@{#458528}
Committed: https://chromium.googlesource.com/chromium/src/+/2458d6d33ad666a16fa053063a872523c472acd4
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address review comments #Messages
Total messages: 23 (15 generated)
|