[webkit-reviews] review granted: [Bug 57651] Behavior of isAccelerated() for a IOSurface-backed canvas should be consistent with accelerated status of its ImageBuffer : [Attachment 87899] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 13:09:51 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Matthew Delaney
<mdelaney at apple.com>'s request for review:
Bug 57651: Behavior of isAccelerated() for a IOSurface-backed canvas should be
consistent with accelerated status of its ImageBuffer
https://bugs.webkit.org/show_bug.cgi?id=57651

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

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

> Source/WebCore/platform/graphics/ImageBuffer.h:89
> +	   bool isAccelerated() { return m_accelerateRendering; }

This should be |const|


More information about the webkit-reviews mailing list