RESOLVED FIXED 204698
Reimplement some PlatformCALayer methods using GraphicsContext instead of CGContextRef
https://bugs.webkit.org/show_bug.cgi?id=204698
Summary Reimplement some PlatformCALayer methods using GraphicsContext instead of CGC...
Tim Horton
Reported 2019-11-29 03:48:54 PST
Reimplement some PlatformCALayer methods using GraphicsContext instead of CGContextRef
Attachments
Patch (26.48 KB, patch)
2019-11-29 03:49 PST, Tim Horton
no flags
Patch (27.34 KB, patch)
2019-11-29 13:57 PST, Tim Horton
no flags
Patch (27.37 KB, patch)
2019-11-29 14:03 PST, Tim Horton
no flags
Patch (28.25 KB, patch)
2019-11-29 16:57 PST, Tim Horton
no flags
Patch (28.52 KB, patch)
2019-11-30 16:24 PST, Tim Horton
no flags
Tim Horton
Comment 1 2019-11-29 03:49:21 PST
Tim Horton
Comment 2 2019-11-29 13:57:25 PST
Tim Horton
Comment 3 2019-11-29 14:03:54 PST
Tim Horton
Comment 4 2019-11-29 16:57:42 PST
Sam Weinig
Comment 5 2019-11-30 06:56:40 PST
Comment on attachment 384533 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384533&action=review > Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:1239 > +void PlatformCALayerCocoa::enumerateRectsBeingDrawn(GraphicsContext& context, void (^block)(CGRect)) Seems like block should probably take a FloatRect.
Tim Horton
Comment 6 2019-11-30 16:24:13 PST
WebKit Commit Bot
Comment 7 2019-11-30 17:06:57 PST
Comment on attachment 384556 [details] Patch Clearing flags on attachment: 384556 Committed r252962: <https://trac.webkit.org/changeset/252962>
WebKit Commit Bot
Comment 8 2019-11-30 17:06:59 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 9 2019-11-30 17:07:16 PST
Note You need to log in before you can comment on or make changes to this bug.