[Webkit-unassigned] [Bug 240368] New: [GPU Process] Drawing the PDF snapshot should take place in WebProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 22:22:33 PDT 2022


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

            Bug ID: 240368
           Summary: [GPU Process] Drawing the PDF snapshot should take
                    place in WebProcess
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Generating a PDFDocument for a web page should take place in the WebProcess.

To do that, the ImageBufferBackend should never draw itself to the destination GraphicsContext. Instead we need to get a NativeImage from the backend and draw it in the destination GraphicsContext. The virtual method copyNativeImage() knows to access the backend and how to get the pixels out of it in the WebProcess.

-- 
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/20220513/918b105c/attachment.htm>


More information about the webkit-unassigned mailing list