RESOLVED FIXED Bug 139570
Layer borders on contentsLayers don't correctly toggle with the rest of the borders
https://bugs.webkit.org/show_bug.cgi?id=139570
Summary Layer borders on contentsLayers don't correctly toggle with the rest of the b...
Simon Fraser (smfr)
Reported 2014-12-11 17:08:52 PST
Layer borders on contentsLayers don't correctly toggle with the rest of the borders
Attachments
Patch (8.70 KB, patch)
2014-12-11 17:12 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2014-12-11 17:12:47 PST
Tim Horton
Comment 2 2014-12-11 23:47:18 PST
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.
WebKit Commit Bot
Comment 3 2014-12-12 01:15:34 PST
Comment on attachment 243165 [details] Patch Clearing flags on attachment: 243165 Committed r177214: <http://trac.webkit.org/changeset/177214>
WebKit Commit Bot
Comment 4 2014-12-12 01:15:38 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.