Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(920)

Unified Diff: gpu/gles2_conform_support/native/egl_native.cc

Issue 10532111: Fix gles2 conformance tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/gles2_conform_support/native/egl_native_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+
+
« no previous file with comments | « no previous file | gpu/gles2_conform_support/native/egl_native_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698