RESOLVED FIXED 104847
Reinstate CIFilter code for Lion
https://bugs.webkit.org/show_bug.cgi?id=104847
Summary Reinstate CIFilter code for Lion
Dean Jackson
Reported 2012-12-12 14:45:54 PST
CAFilters are not universally available on Lion. We'll need to keep the CIFilter code around for a while. <rdar://problem/12868634>
Attachments
Patch (8.78 KB, patch)
2012-12-12 15:16 PST, Dean Jackson
simon.fraser: review+
Dean Jackson
Comment 1 2012-12-12 15:16:34 PST
Simon Fraser (smfr)
Comment 2 2012-12-12 15:19:45 PST
Comment on attachment 179133 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179133&action=review > Source/WebCore/platform/graphics/ca/mac/PlatformCALayerMac.mm:876 > + CIFilter* caFilter = [CIFilter filterWithName:@"CIColorMonochrome"]; Can you rename the variable to ciFilter, or just filter?
Dean Jackson
Comment 3 2012-12-12 16:24:23 PST
Note You need to log in before you can comment on or make changes to this bug.