[webkit-reviews] review granted: [Bug 101827] Allow ports to decide whether an image should be directly composited : [Attachment 173426] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 20:08:00 PST 2012


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Noam Rosenthal
<noam.rosenthal at nokia.com>'s request for review:
Bug 101827: Allow ports to decide whether an image should be directly
composited
https://bugs.webkit.org/show_bug.cgi?id=101827

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

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


> Source/WebCore/platform/graphics/GraphicsLayer.h:342
> +    virtual bool canDirectlyCompositeImage(Image*) const { return true; }

I think shouldDirectlyCompositeImage() would be slightly better.


More information about the webkit-reviews mailing list