Bug 119299

Summary: eglplatform.h needs to be copied on Windows
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2013-07-30 18:28:21 PDT
Since http://trac.webkit.org/changeset/153492/trunk/Source/WebCore/platform/graphics/GLContext.h we need to copy eglplatform.h to be able to be found by #include "eglplatform.h" instead of #include <EGL/eglplatform.h> before compiling WebCore like we did in http://trac.webkit.org/changeset/151854/trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd
Comment 1 Alex Christensen 2013-07-30 18:30:02 PDT
Created attachment 207794 [details]
Patch
Comment 2 Brent Fulgham 2013-08-01 12:59:39 PDT
Comment on attachment 207794 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-08-01 13:23:09 PDT
Comment on attachment 207794 [details]
Patch

Clearing flags on attachment: 207794

Committed r153601: <http://trac.webkit.org/changeset/153601>
Comment 4 WebKit Commit Bot 2013-08-01 13:23:11 PDT
All reviewed patches have been landed.  Closing bug.