| 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 2be03c269372fd5b676b4c2f6ab2250be422a317..a4a010b34871e771060abccbd9f61d4a7659d468 100644
|
| --- a/ui/gfx/gl/gl_surface_egl.h
|
| +++ b/ui/gfx/gl/gl_surface_egl.h
|
| @@ -23,8 +23,6 @@ typedef void* EGLSurface;
|
| typedef void* EGLNativeDisplayType;
|
| #elif defined(OS_WIN)
|
| typedef HDC EGLNativeDisplayType;
|
| -#elif defined(USE_WAYLAND)
|
| -typedef struct wl_display* EGLNativeDisplayType;
|
| #else
|
| typedef struct _XDisplay* EGLNativeDisplayType;
|
| #endif
|
|
|