[Webkit-unassigned] [Bug 130414] New: WebPageCreationParameters colorSpace should be MAC not COCOA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 12:55:09 PDT 2014


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

           Summary: WebPageCreationParameters colorSpace should be MAC not
                    COCOA
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: mitz at webkit.org


WebPageCreationParameters colorSpace is only used by PLATFORM(MAC), but it is defined as PLATFORM(COCOA).

The only use I see is in !PLATFORM(IOS) code:

  WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm
  87:    setColorSpace(parameters.colorSpace);

-- 
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