Layer borders on contentsLayers don't correctly toggle with the rest of the borders
Created attachment 243165 [details] Patch
Comment on attachment 243165 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243165&action=review > Source/WebCore/platform/graphics/ca/mac/PlatformCALayerMac.mm:702 > + RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB()); > + RetainPtr<CGColorRef> color = adoptCF(CGColorCreate(colorSpace.get(), components)); This maybe should use cachedCGColor (from Color.h)? Simplifies things a bit.
Comment on attachment 243165 [details] Patch Clearing flags on attachment: 243165 Committed r177214: <http://trac.webkit.org/changeset/177214>
All reviewed patches have been landed. Closing bug.