Bug 212630

Summary: macCatalyst: WKWebView's tint color is not propagated to Web Content process
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Tim Horton
Reported 2020-06-02 01:51:24 PDT
macCatalyst: WKWebView's tint color is not propagated to Web Content process
Attachments
Patch (6.04 KB, patch)
2020-06-02 01:51 PDT, Tim Horton
andersca: review+
Tim Horton
Comment 1 2020-06-02 01:51:49 PDT
Radar WebKit Bug Importer
Comment 2 2020-06-02 01:52:16 PDT
Tim Horton
Comment 3 2020-06-02 10:15:10 PDT
Darin Adler
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.