Chromium Code Reviews
DescriptionTemporarily suppress element id collision DCHECK for SPV2
This patch temporarily suppresses an id collision DCHECK with SPV2 which
is failing because multiple layers have the same element id. This occurs for
simple cases [1] because many unnecessary layers are created with the
same property tree state. We explored fixing this with [2] but decided the
long-term fix described in crbug.com/693693 would be better.
This suppression should be removed once crbug.com/693693 is fixed.
[1] Enable SPV2 with --enable-slimming-paint-v2, then open:
<!doctype html>
abc<div style="width: 10px; height: 5000px; transform: translate3d(0,0,0);">def</div>
[2] https://codereview.chromium.org/2698673007
BUG=667946, 693693
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/2707643002
Cr-Commit-Position: refs/heads/master@{#451797}
Committed: https://chromium.googlesource.com/chromium/src/+/ff33efd971d548425b385adc947f8618788eb666
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|
|||||||||||||||||||