[webkit-reviews] review granted: [Bug 118765] Allow RenderGeometryMap to map using layers more often : [Attachment 206893] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 09:48:21 PDT 2013


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 118765: Allow RenderGeometryMap to map using layers more often
https://bugs.webkit.org/show_bug.cgi?id=118765

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

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=206893&action=review


> Source/WebCore/rendering/RenderGeometryMap.cpp:171
> +	   if (current->hasTransform() &&
toRenderLayerModelObject(current)->layer()->transform() &&
!toRenderLayerModelObject(current)->layer()->transform()->isIdentity())

Could totally factor out
"toRenderLayerModelObject(current)->layer()->transform()".


More information about the webkit-reviews mailing list