[webkit-reviews] review granted: [Bug 81227] [chromium] Cull occluded surface quads : [Attachment 135862] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 17:25:05 PDT 2012


Adrienne Walker <enne at google.com> has granted Dana Jansens
<danakj at chromium.org>'s request for review:
Bug 81227: [chromium] Cull occluded surface quads
https://bugs.webkit.org/show_bug.cgi?id=81227

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

------- Additional Comments from Adrienne Walker <enne at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=135862&action=review


Thanks for doing that refactoring first.  Also, does this need to be rebased?

> Source/WebCore/platform/graphics/chromium/cc/CCOcclusionTracker.cpp:363
> +    TransformationMatrix transformToScreen = forReplica ?
surface->replicaScreenSpaceTransform() : surface->screenSpaceTransform();
> +    TransformationMatrix transformToTarget = forReplica ?
surface->replicaOriginTransform() : surface->originTransform();

Make these const references?


More information about the webkit-reviews mailing list