Bug 212630 - macCatalyst: WKWebView's tint color is not propagated to Web Content process
Summary: macCatalyst: WKWebView's tint color is not propagated to Web Content process
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: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-02 01:51 PDT by Tim Horton
Modified: 2020-06-02 10:18 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.04 KB, patch)
2020-06-02 01:51 PDT, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2020-06-02 01:51:24 PDT
macCatalyst: WKWebView's tint color is not propagated to Web Content process
Comment 1 Tim Horton 2020-06-02 01:51:49 PDT
Created attachment 400797 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2020-06-02 01:52:16 PDT
<rdar://problem/63865456>
Comment 3 Tim Horton 2020-06-02 10:15:10 PDT
https://trac.webkit.org/changeset/262429/webkit
Comment 4 Darin Adler 2020-06-02 10:18:45 PDT
Comment on attachment 400797 [details]
Patch

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

> Source/WebKit/WebProcess/WebPage/WebPage.h:1571
> +    void setTintColor(WebCore::Color);

Since extended colors are reference counted, it seems slightly better to use const WebCore::Color& here.