[Webkit-unassigned] [Bug 59064] [GTK] Support EGL backend for WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 3 03:27:05 PDT 2011


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





--- Comment #15 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2011-08-03 03:27:05 PST ---
(In reply to comment #13)
> (From update of attachment 102630 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=102630&action=review
> 
> Are you sure the style queue failure is due to the presence of the Qt header
> 
> > Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLBase.cpp:35
> > +
> 
> Are you sure the style queue failure is due to the presence of the Qt header, and not due to the name GraphicsContext3D.h (rather than GraphicsContext3DOpenGLBase.h) being used here? If it's being triggered by the latter, you could create a GraphicsContext3DOpenGLBase.h which just includes GraphicsContext3D.h as a workaround.
Warning is gone if I move or remove Qt header.
Whereas I change the header GraphicsContext3D.h to GraphicsContext3DOpenGLBase.h, warning is still there.
Of course, I can move Qt header to avoid style warning in this patch, but I can't convince no problem.

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