Bug 104759 - Use CAFilter rather than CIFilter
Summary: Use CAFilter rather than CIFilter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-11 18:52 PST by Dean Jackson
Modified: 2012-12-12 12:24 PST (History)
4 users (show)

See Also:


Attachments
Patch (520.07 KB, patch)
2012-12-11 19:28 PST, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2012-12-11 18:52:41 PST
We can no longer use CIFilters directly on CALayers. Move to the iOS code, which uses CAFilter.
Comment 1 Dean Jackson 2012-12-11 18:53:03 PST
<rdar://problem/12861297>
Comment 2 Dean Jackson 2012-12-11 19:28:56 PST
Created attachment 178947 [details]
Patch
Comment 3 Dean Jackson 2012-12-12 12:24:21 PST
Committed r137500: <http://trac.webkit.org/changeset/137500>