[webkit-reviews] review granted: [Bug 180385] Cleanup code that computes iframe content offsets in FrameView : [Attachment 328410] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 16:51:13 PST 2017


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 180385: Cleanup code that computes iframe content offsets in FrameView
https://bugs.webkit.org/show_bug.cgi?id=180385

Attachment 328410: Patch

https://bugs.webkit.org/attachment.cgi?id=328410&action=review




--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 328410
  --> https://bugs.webkit.org/attachment.cgi?id=328410
Patch

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

> Source/WebCore/rendering/RenderBox.cpp:667
>      return LayoutRect(x, y, contentWidth(), contentHeight());

return LayoutRect(contentBoxLocation(), LayoutSize(contentWidth(),
contentHeight()));


More information about the webkit-reviews mailing list