[webkit-reviews] review granted: [Bug 238317] [WinCairo] WCTileGrid should create tiles only for the inside of layer area : [Attachment 455620] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 10:20:30 PDT 2022


Don Olmstead <don.olmstead at sony.com> has granted Fujii Hironori
<Hironori.Fujii at sony.com>'s request for review:
Bug 238317: [WinCairo] WCTileGrid should create tiles only for the inside of
layer area
https://bugs.webkit.org/show_bug.cgi?id=238317

Attachment 455620: Patch

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




--- Comment #2 from Don Olmstead <don.olmstead at sony.com> ---
Comment on attachment 455620
  --> https://bugs.webkit.org/attachment.cgi?id=455620
Patch

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

> Source/WebKit/WebProcess/WebPage/wc/WCTileGrid.cpp:62
> +    WebCore::IntRect rect = pixelRect;

auto rect = WebCore::intersection(pixelRect, { { }, m_size });


More information about the webkit-reviews mailing list