[Webkit-unassigned] [Bug 227575] New: [Cairo] Simplify GraphicsContextCairo creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 02:14:09 PDT 2021


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

            Bug ID: 227575
           Summary: [Cairo] Simplify GraphicsContextCairo creation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, zdobersek at igalia.com

Remove the constructors taking a PlatformContextCairo and add two that receive a RefPtr<cairo_t>&& and cairo_surface_t*. In both cases the PlatformContextCairo is created, so it's now always owned and callers don't need to create it.

-- 
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/20210701/0a650c5a/attachment.htm>


More information about the webkit-unassigned mailing list