[webkit-reviews] review granted: [Bug 133061] Use RenderStyle& in more places in RenderLayerBacking : [Attachment 231673] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 23:19:51 PDT 2014


Andreas Kling <akling at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 133061: Use RenderStyle& in more places in RenderLayerBacking
https://bugs.webkit.org/show_bug.cgi?id=133061

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=231673&action=review


r=me

> Source/WebCore/rendering/RenderLayerBacking.cpp:1519
> +    const FillLayer* fillLayer = style.backgroundLayers();

Maybe we could make RenderStyle::backgroundLayers() return a FillLayer&, too.
Then we'd get rid of even more ->'s.


More information about the webkit-reviews mailing list