NEW 208614
[First paint] Check for VNE state as the image content arrives
https://bugs.webkit.org/show_bug.cgi?id=208614
Summary [First paint] Check for VNE state as the image content arrives
alan
Reported 2020-03-04 16:41:59 PST
Image content does not necessarily trigger layout and definitely won't trigger tree building -> no VNE check.
Attachments
Patch (4.84 KB, patch)
2020-03-04 17:27 PST, alan
no flags
Radar WebKit Bug Importer
Comment 1 2020-03-04 16:42:25 PST
alan
Comment 2 2020-03-04 17:27:57 PST
Simon Fraser (smfr)
Comment 3 2020-03-04 18:11:15 PST
Comment on attachment 392517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392517&action=review > Source/WebCore/rendering/RenderVideo.cpp:106 > + incrementVisuallyNonEmptyPixelCountIfNeeded(roundedIntSize(size), !needsLayout()); Ew. Do we really want to do this?
Note You need to log in before you can comment on or make changes to this bug.