[webkit-reviews] review denied: [Bug 50717] Add getter and setters for acceleratesRendering flag on layers : [Attachment 75968] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 14:43:05 PST 2010


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Matthew Delaney
<mdelaney at apple.com>'s request for review:
Bug 50717: Add getter and setters for acceleratesRendering flag on layers
https://bugs.webkit.org/show_bug.cgi?id=50717

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

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

> WebCore/platform/graphics/ca/mac/PlatformCALayerMac.mm:95
> +- (void)setAcceleratesDrawing:(BOOL)flag;
> +- (BOOL)acceleratesDrawing;

This needs the platform #if guards.


More information about the webkit-reviews mailing list