| 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;
|
|
|