Bug 185203 - Draw SystemPreview badge to specification on iOS
Summary: Draw SystemPreview badge to specification on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-02 10:16 PDT by Dean Jackson
Modified: 2018-05-02 10:37 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.86 KB, patch)
2018-05-02 10:21 PDT, 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 2018-05-02 10:16:26 PDT
Draw SystemPreview badge to specification on iOS
Comment 1 Dean Jackson 2018-05-02 10:21:12 PDT
Created attachment 339313 [details]
Patch
Comment 2 Dean Jackson 2018-05-02 10:21:31 PDT
<rdar://problem/39908855>
Comment 3 Tim Horton 2018-05-02 10:26:22 PDT
Comment on attachment 339313 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=339313&action=review

> Source/WebCore/rendering/RenderThemeIOS.mm:1893
> +    CIContext *ciContext = [CIContext contextWithOptions:nil];

RetainPtr, but not adopt
Comment 4 Dean Jackson 2018-05-02 10:37:18 PDT
Committed r231241: <https://trac.webkit.org/changeset/231241>