[Webkit-unassigned] [Bug 96627] [EFL] Use the shareable GraphicsContext3DOpenGL* implementation.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 19:14:11 PDT 2012


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





--- Comment #29 from Regina Chung <heejin.r.chung at samsung.com>  2012-10-08 19:14:45 PST ---
(In reply to comment #26)
> (From update of attachment 167522 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=167522&action=review
> > Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp:25
> > +#if USE(OPENGL_ES_2)
> It looks WebKit prefers to place #if macro below include list as below,
> #include "GraphicsContext3DPrivate.h"
> #include "ImageData.h"
> #include "NotImplemented.h"
> #include "OpenGLShims.h"
> #include "PlatformContextCairo.h"
> #include <GL/glx.h>
> #if USE(OPENGL_ES_2)
> #include "Extensions3DOpenGLES.h"
> #else
> #include "Extensions3DOpenGL.h"
> #endif

Changed the order if includes as suggested.

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