[Webkit-unassigned] [Bug 201059] New: All image drawing function should take an argument of type ImagePaintingOptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 17:33:02 PDT 2019


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

            Bug ID: 201059
           Summary: All image drawing function should take an argument of
                    type ImagePaintingOptions
           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

1) Pass ImagePaintingOptions to all the image drawing functions. Currently the top level drawing functions pass only some member of ImagePaintingOptions to lower level functions.
2) ImagePaintingOptions should be initialized with any number of the options and the order options should not matter. Currently it is hard to get the right set of constructors of ImagePaintingOptions because some callers prefers to pass few options and have the rest of options fall back to the default values.

-- 
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/20190823/9de6e00a/attachment.html>


More information about the webkit-unassigned mailing list