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

Unified Diff: ui/gl/gl_surface_egl.cc

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/gl/gl_surface_egl.cc
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
index 19119a9bb0badfc69be76465e8488636a8b4f3d5..4ed9373a591fcfa63a51b2d44bc6272481c93e83 100644
--- a/ui/gl/gl_surface_egl.cc
+++ b/ui/gl/gl_surface_egl.cc
@@ -286,9 +286,9 @@ EGLDisplay GLSurfaceEGL::GetPlatformDisplay(
NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(EGLNativeWindowType window)
: window_(window),
+ config_(NULL),
surface_(NULL),
supports_post_sub_buffer_(false),
- config_(NULL),
size_(1, 1) {
#if defined(OS_ANDROID)
if (window)

Powered by Google App Engine
This is Rietveld 408576698