Bug 60740

Summary: [Qt] GraphicsContext3DQt.cpp fails to compile
Product: WebKit Reporter: Andrew Wason <rectalogic>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
fix compilation none

Description Andrew Wason 2011-05-12 17:34:00 PDT
GraphicsContext3DQt.cpp is failing to compile, patch coming:

../../../Source/WebCore/platform/graphics/GraphicsContext3D.h: In constructor '
WebCore::GraphicsContext3D::GraphicsContext3D(WebCore::GraphicsContext3D::Attributes, WebCore::HostWindow*, bool)':
../../../Source/WebCore/platform/graphics/GraphicsContext3D.h:935: error: 'WebCore::GraphicsContext3D::m_internal' will be initialized after
../../../Source/WebCore/platform/graphics/GraphicsContext3D.h:889: error:   'bool WebCore::GraphicsContext3D::m_isResourceSafe'
../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:688: error
:   when initialized heremake[1]: *** [obj/debug/GraphicsContext3DQt.o] Error 1
Comment 1 Andrew Wason 2011-05-12 17:37:50 PDT
Created attachment 93375 [details]
fix compilation
Comment 2 WebKit Commit Bot 2011-05-13 05:09:11 PDT
Comment on attachment 93375 [details]
fix compilation

Clearing flags on attachment: 93375

Committed r86424: <http://trac.webkit.org/changeset/86424>
Comment 3 WebKit Commit Bot 2011-05-13 05:09:16 PDT
All reviewed patches have been landed.  Closing bug.