[PE] Fix DCHECK failure when copying cached subsequence containing fragments
Previously CopyCachedSubsequence() called SetCurrentPaintChunkProperties() which always reset id.fragment, causing multiple fragments to have the same id. Now call SetCurrentPaintChunkPropertiesUsingIdWithFragment() which doesn't reset fragment. Bug: 823029 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibf34f7bb5fba798f96a755ba89fddf848c5f8656 Reviewed-on: https://chromium-review.googlesource.com/969961 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#544299}
Showing
Please register or sign in to comment