[Webkit-unassigned] [Bug 178396] Composited frames incorrectly get requestAnimationFrame throttled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 4 21:25:01 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=178396
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
RenderLayer::childrenClipRect() takes the document rect (renderer().view().unscaledDocumentRect()) and calls localToAbsoluteQuad() on it, which maps it through the scroll offset, so it can end up with some large negative offset.
This seems wrong; we should probably map LayoutRect::infiniteRect() through and then clip to the document rect.
--
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/20171205/b3c3ea85/attachment.html>
More information about the webkit-unassigned
mailing list