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

Unified Diff: gpu/gles2_conform_support/native/egl_native_win.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 | « gpu/gles2_conform_support/native/egl_native_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/native/egl_native_win.cc
diff --git a/gpu/gles2_conform_support/native/egl_native_win.cc b/gpu/gles2_conform_support/native/egl_native_win.cc
index c083cca26cdf8a0ce9b108b3c89d7103c9a780d3..4026966ed831aa7e4ef4adde5b79f8bb784344f0 100644
--- a/gpu/gles2_conform_support/native/egl_native_win.cc
+++ b/gpu/gles2_conform_support/native/egl_native_win.cc
@@ -38,6 +38,8 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT msg,
}
} // namespace.
+extern "C" {
+
GTFbool GTFNativeCreateDisplay(EGLNativeDisplayType *pNativeDisplay) {
*pNativeDisplay = EGL_DEFAULT_DISPLAY;
return GTFtrue;
@@ -111,3 +113,5 @@ EGLImageKHR GTFCreateEGLImage(int width, int height,
void GTFDestroyEGLImage(EGLImageKHR image) {
}
+
+} // extern "C"
« no previous file with comments | « gpu/gles2_conform_support/native/egl_native_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698