[Webkit-unassigned] [Bug 217573] New: [GPU Process] Clean the DisplayList recording of the NativeImage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 11 01:44:41 PDT 2020


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

            Bug ID: 217573
           Summary: [GPU Process] Clean the DisplayList recording of the
                    NativeImage
           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

-- Move the definition of NativeImagePtr to a separate header file.
-- Remove the class ImageHandle and allow encoding and decoding NativeImagePtr directly.
-- Remove the compilation directives around the DisplayList::DrawNativeImage item and the method drawNativeImage().
-- Move the drawNativeImage() methods to the sources of their callers.
-- In the case of recording the drawing commands, make GraphicsContext::drawImage() process drawing the images such that primitives drawing commands are recorded. For example a BitmapImage will render a NativeImage eventually. And SVGImage will record its render tree.

-- 
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/20201011/c3d5bff1/attachment-0001.htm>


More information about the webkit-unassigned mailing list