Reimplement some PlatformCALayer methods using GraphicsContext instead of CGContextRef
Created attachment 384494 [details] Patch
Created attachment 384523 [details] Patch
Created attachment 384525 [details] Patch
Created attachment 384533 [details] Patch
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.
Created attachment 384556 [details] Patch
Comment on attachment 384556 [details] Patch Clearing flags on attachment: 384556 Committed r252962: <https://trac.webkit.org/changeset/252962>
All reviewed patches have been landed. Closing bug.
<rdar://problem/57541634>