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

Unified Diff: ui/gl/gl.gyp

Issue 331723003: gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include x11 pixmap tracker Created 6 years, 6 months 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.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index ceba2a9b1029b376f7bca94b1dc0eff15859fef7..6a2b4d616208abf8373c9e455cc1b8ea0c0c1cb7 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -208,6 +208,8 @@
'gl_surface_glx.h',
'gl_egl_api_implementation.cc',
'gl_egl_api_implementation.h',
+ 'x11_pixmap_tracker.cc',
+ 'x11_pixmap_tracker.h',
'<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',
'<(gl_binding_output_dir)/gl_bindings_autogen_glx.h',
],

Powered by Google App Engine
This is Rietveld 408576698