[Webkit-unassigned] [Bug 93466] New: Extract the definition of NativeImagePtr from ImageSource.h into NativeImagePtr.h.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 05:08:11 PDT 2012


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

           Summary: Extract the definition of NativeImagePtr from
                    ImageSource.h into NativeImagePtr.h.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


Image.h includes ImageSource.h in order to know the definition of NativeImagePtr.
But Image does not need to know the definition of ImageSource. So, this patch
extracts the definition of NativeImagePtr from ImageSource.h into NativeImagePtr.h.

This is a preparation for asynchronous image decoding. Async decoding
will need a callback function, which sends a NativeImagePtr to clients, and the
callback must know the definition of NativeImagePtr, not ImageSource.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list