git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[EFL] Build fix when compiling with GLES2 support enabled.
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
graphics
/
texmap
/
TextureMapper.h
diff --git
a/Source/WebCore/platform/graphics/texmap/TextureMapper.h
b/Source/WebCore/platform/graphics/texmap/TextureMapper.h
index
71200ec
..
83fd0c6
100644
(file)
--- a/
Source/WebCore/platform/graphics/texmap/TextureMapper.h
+++ b/
Source/WebCore/platform/graphics/texmap/TextureMapper.h
@@
-28,7
+28,7
@@
#define TEXMAP_OPENGL_ES_2
#endif
#endif
-#if
PLATFORM(GTK
) && USE(OPENGL_ES_2)
+#if
(PLATFORM(GTK) || PLATFORM(EFL)
) && USE(OPENGL_ES_2)
#define TEXMAP_OPENGL_ES_2
#endif