Index: gpu/gles2_conform_support/native/egl_native.cc |
diff --git a/gpu/gles2_conform_support/native/egl_native.cc b/gpu/gles2_conform_support/native/egl_native.cc |
index 97e0a44bb86f670d86b50cb5b4fee640514326ec..03ebc57debfd647ae29afb2a0c1f7bf0071fd42b 100644 |
--- a/gpu/gles2_conform_support/native/egl_native.cc |
+++ b/gpu/gles2_conform_support/native/egl_native.cc |
@@ -8,7 +8,6 @@ extern "C" { |
#else |
#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h" |
#endif |
-} |
GTFbool GTFNativeCreatePixmap(EGLNativeDisplayType nativeDisplay, |
EGLDisplay eglDisplay, EGLConfig eglConfig, |
@@ -20,3 +19,7 @@ GTFbool GTFNativeCreatePixmap(EGLNativeDisplayType nativeDisplay, |
void GTFNativeDestroyPixmap(EGLNativeDisplayType nativeDisplay, |
EGLNativePixmapType nativePixmap) { |
} |
+ |
+} // extern "C" |
+ |
+ |