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

Unified Diff: ui/gl/gl_implementation.cc

Issue 13886018: Add a factory and defines for native Linux surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: ui/gl/gl_implementation.cc
diff --git a/ui/gl/gl_implementation.cc b/ui/gl/gl_implementation.cc
index a97a4df558a7983d46402fb822cb5faa478a7935..1b9e2b74c80b6afd7894b3ab0109e04677715bb5 100644
--- a/ui/gl/gl_implementation.cc
+++ b/ui/gl/gl_implementation.cc
@@ -76,6 +76,10 @@ WGLApi* g_current_wgl_context;
EGLApi* g_current_egl_context;
GLXApi* g_current_glx_context;
+#elif defined(USE_NATIVE_SURFACE_LINUX)
+
+EGLApi* g_current_egl_context;
+
#elif defined(OS_ANDROID)
EGLApi* g_current_egl_context;

Powered by Google App Engine
This is Rietveld 408576698