[webkit-reviews] review denied: [Bug 88786] TextureMapperLayer: invisible layers do not let their children to be painted : [Attachment 147258] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 06:09:34 PDT 2012


Noam Rosenthal <noam.rosenthal at nokia.com> has denied Sergio Villar Senin
<svillar at igalia.com>'s request for review:
Bug 88786: TextureMapperLayer: invisible layers do not let their children to be
painted
https://bugs.webkit.org/show_bug.cgi?id=88786

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

------- Additional Comments from Noam Rosenthal <noam.rosenthal at nokia.com>
This is not the right logic. It should be:
- opacity 0, empty size, or (backfacing and backface-visibility is false and
we're not preserving 3D)? return early at paintRecursive
- (backfacing and backface-visibility is false) ? return early and paintSelf


More information about the webkit-reviews mailing list