[Webkit-unassigned] [Bug 186840] New: [GTK][ThreadedRendering] Do not try to render scrollbars if the GraphicsContext doesn't have a PlatformContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 02:00:58 PDT 2018


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

            Bug ID: 186840
           Summary: [GTK][ThreadedRendering] Do not try to render
                    scrollbars if the GraphicsContext doesn't have a
                    PlatformContext
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Scrollbars in wkgtk are rendered by the gtk theme using cairo directly. In order to do this, the cairo cr of the current GraphicsContext is gotten through the PlatformContext.

But when using threaded rendering, the GraphicsContext used for recording the commands doesn't have a PlatformContext, so when trying to draw the scrollbars there's a crash.

-- 
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/20180620/fac5d345/attachment-0001.html>


More information about the webkit-unassigned mailing list