[Webkit-unassigned] [Bug 172773] New: Have a single ImageDecoder header file for all ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 13:03:10 PDT 2017


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

            Bug ID: 172773
           Summary: Have a single ImageDecoder header file for all ports
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

Currently we have three header files for the same class ImageDecoder:

Source/WebCore/platform/image-decoders/ImageDecoder.h
Source/WebCore/platform/graphics/cg/ImageDecoderCG.h
Source/WebCore/platform/graphics/win/ImageDecoderDirect2D.h

These files contains almost the same function prototypes with few differences which depend on how much the platform of the port supports image decoding. Having three header files for the same class has been annoying and error prone. Merging the three files into one file will make it easier to change a function prototype in this class.

-- 
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/20170531/a6f7e9f5/attachment.html>


More information about the webkit-unassigned mailing list