[Webkit-unassigned] [Bug 243896] New: WebViewImpl::isUsingUISideCompositing() should not rely on there being a DrawingAreaProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 13:21:23 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243896

            Bug ID: 243896
           Summary: WebViewImpl::isUsingUISideCompositing() should not
                    rely on there being a DrawingAreaProxy
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: kkinnunen at apple.com

WebViewImpl::isUsingUISideCompositing() gets called before we've created a DrawingAreaProxy, so returns false then. In order to use the new WKScrollView/WKContentView code path, we need it to give an accurate result.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220812/32be44bf/attachment-0001.htm>


More information about the webkit-unassigned mailing list