[webkit-reviews] review granted: [Bug 49746] compositing/masks/simple-composited-mask.html failure : [Attachment 76503] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 22:54:19 PST 2010


mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 49746: compositing/masks/simple-composited-mask.html failure
https://bugs.webkit.org/show_bug.cgi?id=49746

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=76503&action=review

> WebCore/rendering/RenderLayerBacking.cpp:801
> -    if (isDirectlyCompositedImage()) {
> +    if ((changeType == RenderLayer::ImageChanged) &&
isDirectlyCompositedImage()) {

This method’s body can now be a switch statement.


More information about the webkit-reviews mailing list