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

Unified Diff: ui/gl/gl.gyp

Issue 1480333002: egl/x11: Created a child window to control resizes and prevent flashes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved up the call to InitializeNativeWindow() Created 5 years 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 16e8cc16bc514f1ee9153d35f3c99f6d0ba30033..b9960bf6e60497d0fd31c51d74fa8170e6fe7acd 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -166,6 +166,8 @@
'gl_glx_api_implementation.h',
'gl_image_glx.cc',
'gl_image_glx.h',
+ 'gl_surface_egl_x11.cc',
+ 'gl_surface_egl_x11.h',
'gl_surface_glx.cc',
'gl_surface_glx.h',
],
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698