RESOLVED FIXED50717
Add getter and setters for acceleratesRendering flag on layers
https://bugs.webkit.org/show_bug.cgi?id=50717
Summary Add getter and setters for acceleratesRendering flag on layers
Matthew Delaney
Reported 2010-12-08 14:18:59 PST
Add getter and setters for acceleratesRendering flag on layers.
Attachments
Patch (6.48 KB, patch)
2010-12-08 14:37 PST, Matthew Delaney
no flags
Patch (6.59 KB, patch)
2010-12-08 14:50 PST, Matthew Delaney
simon.fraser: review+
Matthew Delaney
Comment 1 2010-12-08 14:37:55 PST
Simon Fraser (smfr)
Comment 2 2010-12-08 14:43:05 PST
Comment on attachment 75968 [details] Patch 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.
Matthew Delaney
Comment 3 2010-12-08 14:50:15 PST
Eric Seidel (no email)
Comment 4 2010-12-08 15:59:34 PST
Matthew Delaney
Comment 5 2010-12-08 17:55:18 PST
Matthew Delaney
Comment 6 2010-12-08 17:56:00 PST
Manually fixed the build issue for SL on my local SL machine - just an unused param error.
WebKit Review Bot
Comment 7 2010-12-09 02:22:41 PST
http://trac.webkit.org/changeset/73578 might have broken GTK Linux 32-bit Release
Note You need to log in before you can comment on or make changes to this bug.