[webkit-reviews] review granted: [Bug 76015] [chromium] Use region reported painted opaque for draw culling : [Attachment 124383] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 22:43:22 PST 2012


James Robinson <jamesr at chromium.org> has granted Dana Jansens
<danakj at chromium.org>'s request for review:
Bug 76015: [chromium] Use region reported painted opaque for draw culling
https://bugs.webkit.org/show_bug.cgi?id=76015

Attachment 124383: Patch
https://bugs.webkit.org/attachment.cgi?id=124383&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=124383&action=review


> Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp:447
> +	       IntRect fixedSizeTileRectWithBorders = m_tiler->tileRect(tile);
> +	       IntRect sourceRect = fixedSizeTileRectWithBorders;

what's up with the extra var here? what was wrong with the old code?


More information about the webkit-reviews mailing list