[webkit-reviews] review granted: [Bug 221736] [iOS] Some checkboxes and radio buttons are clipped on top : [Attachment 419938] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 20:02:42 PST 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Aditya Keerthi
<akeerthi at apple.com>'s request for review:
Bug 221736: [iOS] Some checkboxes and radio buttons are clipped on top
https://bugs.webkit.org/show_bug.cgi?id=221736

Attachment 419938: Patch

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




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

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

> Source/WebCore/rendering/RenderTheme.h:104
> +    virtual LayoutRect adjustedPaintRect(const RenderBox&, const LayoutRect&
paintRect) { return paintRect; }

This function can be const.


More information about the webkit-reviews mailing list