[webkit-reviews] review denied: [Bug 119462] Force elements with perspective or preserve-3d to disallow direct composited backgrounds : [Attachment 208053] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 2 16:25:41 PDT 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Dean Jackson
<dino at apple.com>'s request for review:
Bug 119462: Force elements with perspective or preserve-3d to disallow direct
composited backgrounds
https://bugs.webkit.org/show_bug.cgi?id=119462

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

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


> Source/WebCore/rendering/RenderLayerBacking.cpp:1518
> +    if (hasPerspectiveOrPreserves3D(renderer->style()))
> +	   return false;

I think we need to do the same thing for simple image layers; they should show
the same bug.


More information about the webkit-reviews mailing list