RESOLVED FIXED 212630
macCatalyst: WKWebView's tint color is not propagated to Web Content process
https://bugs.webkit.org/show_bug.cgi?id=212630
Summary macCatalyst: WKWebView's tint color is not propagated to Web Content process
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.