[Webkit-unassigned] [Bug 210311] Store event region on non-composited frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 9 16:48:00 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210311

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
Note that we cannot depend on checking RenderView::needsEventRegionUpdateForNonCompositedFrame() in RenderWidget::paint() since it could be have been set by a deep nested non-composited child frame and an intermediary child frame along the path may have had its layout dirtied. That is why we check needsLayout(). Eventually the needsEventRegionUpdateForNonCompositedFrame() bit will be serviced (and turned off) once all frames along the path to the originally requesting frame lay out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200409/d1e3f153/attachment.htm>


More information about the webkit-unassigned mailing list