Hello, Can we disable WebKit::defaultUseGPUProcessForDOMRenderingEnabled from WKWebView using Swift? I'm trying to render canvas in iframe but shows white box in WebKit and Safari. When I turn off gpu process dom rendering feature in safari's settings, everything works well in safari. How can I disable gpu process dom rendering option in WKWebView? Thanks
<rdar://problem/101956026>
<rdar://problem/101956053>
> I'm trying to render canvas in iframe but shows white box in WebKit and Safari Could you please provide a reproducible case of when drawing to canvas doesn't work in Safari?