[webkit-reviews] review granted: [Bug 204698] Reimplement some PlatformCALayer methods using GraphicsContext instead of CGContextRef : [Attachment 384533] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 30 06:56:40 PST 2019


Sam Weinig <sam at webkit.org> has granted Tim Horton <thorton at apple.com>'s
request for review:
Bug 204698: Reimplement some PlatformCALayer methods using GraphicsContext
instead of CGContextRef
https://bugs.webkit.org/show_bug.cgi?id=204698

Attachment 384533: Patch

https://bugs.webkit.org/attachment.cgi?id=384533&action=review




--- Comment #5 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 384533
  --> https://bugs.webkit.org/attachment.cgi?id=384533
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.


More information about the webkit-reviews mailing list