[Webkit-unassigned] [Bug 118536] New: Non-Cairo platforms should be able to use EGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 12:10:22 PDT 2013


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

           Summary: Non-Cairo platforms should be able to use EGL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P4
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com


GLContextEGL.cpp does not compile successfully on non-Cairo platforms (such as the Apple Win port) because it includes cairo.h and has one call to a cairo function.  These should be put inside of USE(CAIRO) macros.

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