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

Unified Diff: ui/gfx/gl/gl_surface_egl.h

Issue 8588059: Upstream: GL implementation on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address the comments Created 9 years, 1 month 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/gfx/gl/gl_surface_egl.h
diff --git a/ui/gfx/gl/gl_surface_egl.h b/ui/gfx/gl/gl_surface_egl.h
index 352c052873f3ca0ca68f604239836219f457b181..7967f8e06ba23f163c0a0ed33fb3545304124edc 100644
--- a/ui/gfx/gl/gl_surface_egl.h
+++ b/ui/gfx/gl/gl_surface_egl.h
@@ -18,7 +18,9 @@ typedef void* EGLConfig;
typedef void* EGLDisplay;
typedef void* EGLSurface;
-#if defined(OS_WIN)
+#if defined(OS_ANDROID)
+typedef void* EGLNativeDisplayType;
+#elif defined(OS_WIN)
typedef HDC EGLNativeDisplayType;
#elif defined(USE_WAYLAND)
typedef struct wl_display* EGLNativeDisplayType;

Powered by Google App Engine
This is Rietveld 408576698