Bug 118323

Summary: EGL compile error for non-X11 platforms
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: commit-queue
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2013-07-02 13:43:50 PDT
Compiling GLContextEGL.cpp on non-X11 platforms currently fails.  The function GLContextEGL::createPixmapContext declares a variable named "context" inside #if PLATFORM(X11) and uses it outside of the macro protection.
Comment 1 Alex Christensen 2013-07-02 13:45:45 PDT
Created attachment 205942 [details]
Patch
Comment 2 Brent Fulgham 2013-07-02 14:24:08 PDT
Comment on attachment 205942 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-07-02 14:59:33 PDT
Comment on attachment 205942 [details]
Patch

Clearing flags on attachment: 205942

Committed r152323: <http://trac.webkit.org/changeset/152323>
Comment 4 WebKit Commit Bot 2013-07-02 14:59:34 PDT
All reviewed patches have been landed.  Closing bug.