[Webkit-unassigned] [Bug 186091] WebKit memory management: Safari jetsams on some websites when zooming and scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 10:59:34 PDT 2018


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 341572
  --> https://bugs.webkit.org/attachment.cgi?id=341572
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=341572&action=review

> Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:308
> +    return FloatRect(exposedRect.x() - horizontalChange / 2, exposedRect.y() - verticalChange / 2, exposedRect.width() + horizontalChange, exposedRect.height() + verticalChange);

Use FloatRect::expand()!

-- 
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/20180530/2fe55533/attachment.html>


More information about the webkit-unassigned mailing list