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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 17:54:41 PDT 2012


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





--- Comment #26 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-10-08 17:55:15 PST ---
(From update of attachment 167522)
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

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