[webkit-reviews] review granted: [Bug 175070] Remove outline bounds rect repainting : [Attachment 316962] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 2 09:36:10 PDT 2017


zalan <zalan at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s request for
review:
Bug 175070: Remove outline bounds rect repainting
https://bugs.webkit.org/show_bug.cgi?id=175070

Attachment 316962: Patch

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




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

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

> Source/WebCore/rendering/RenderLayer.h:125
> +struct LayoutRepaintRects
> +{
> +    LayoutRect m_clippedOverflowRect;
> +    LayoutRect m_outlineBounds;
> +};
> +    

This looks unrelated. (guess it's from an upcoming patch)


More information about the webkit-reviews mailing list