Change TEXMAP_OPENGL_ES2 to TEXMAP_OPENGL_ES_2
Created attachment 91288 [details] Patch
TEXMAP_OPENGL_ES2 is a wrong name. TEXMAP_OPENGL_ES_2 is already defined in TextureMapper.h
Is there anybody who can review this patch? This bug is very obvious and causes compile error in OPENGLES environment. >:~/Works/WebKit/Source/WebCore/platform$ grep -R TEXMAP_OPENGL_ES * graphics/opengl/TextureMapperGL.cpp:#if defined(TEXMAP_OPENGL_ES_2) graphics/opengl/TextureMapperGL.cpp:#ifndef TEXMAP_OPENGL_ES2 graphics/opengl/TextureMapperGL.cpp:#ifndef TEXMAP_OPENGL_ES2 graphics/texmap/TextureMapper.h: #if defined(QT_OPENGL_ES_2) && !defined(TEXMAP_OPENGL_ES_2) graphics/texmap/TextureMapper.h: #define TEXMAP_OPENGL_ES_2
Comment on attachment 91288 [details] Patch Looks reasonable.
Comment on attachment 91288 [details] Patch Clearing flags on attachment: 91288 Committed r85417: <http://trac.webkit.org/changeset/85417>
All reviewed patches have been landed. Closing bug.