Index: gpu/gles2_conform_support/native/egl_native_linux.cc |
diff --git a/gpu/gles2_conform_support/native/egl_native_linux.cc b/gpu/gles2_conform_support/native/egl_native_linux.cc |
index a356e61d968837b55ed1819186c0e64c97667c82..816994dc1611726a27fe0f6846a0f59c991d77b0 100644 |
--- a/gpu/gles2_conform_support/native/egl_native_linux.cc |
+++ b/gpu/gles2_conform_support/native/egl_native_linux.cc |
@@ -13,7 +13,6 @@ extern "C" { |
#else |
#include "third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglNative.h" |
#endif |
-} |
GTFbool GTFNativeCreateDisplay(EGLNativeDisplayType *pNativeDisplay) { |
@@ -119,3 +118,6 @@ void GTFDestroyEGLImage(EGLImageKHR image) { |
egl_destroy_image_khr_(eglGetCurrentDisplay(), image); |
} |
+ |
+} // extern "C" |
+ |