Load pending images for display:contents.
We optimized away the fetch of CSS image resources for display:none and display:contents. When an image is inherited from a display:contents into a rendered element, we did not do LoadPendingResources. This caused a crash trying to paint a pending image. Instead of loading explicitly inherited pending images, remove the optimization for display:contents. Bug: 1105850 Change-Id: Id0d45c78a86daecd2e2cb5f0d20accb6b73f1207 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494947 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#821181}
Showing
Please register or sign in to comment