[webkit-reviews] review granted: [Bug 103276] Fix occlusion culling logic to handle css background layer clipping : [Attachment 176487] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 14:13:52 PST 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Justin Novosad
<junov at google.com>'s request for review:
Bug 103276: Fix occlusion culling logic to handle css background layer clipping
https://bugs.webkit.org/show_bug.cgi?id=103276

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=176487&action=review


> Source/WebCore/ChangeLog:19
> +	   (WebCore):

Useless line.

> Source/WebCore/rendering/RenderBox.cpp:1001
> +    Vector<const FillLayer*> layers;

You should use some inline capacity here to avoid a malloc in most cases.


More information about the webkit-reviews mailing list