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

Unified Diff: content/content_child.gypi

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to ClientNativePixmapFactory Created 5 years, 4 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 557f69962516476d01418d60bf66a54a99bf2cd5..8b619a850693fafe317ad851bd270064fe7e9da6 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -62,6 +62,10 @@
'child/child_gpu_memory_buffer_manager.h',
'child/child_histogram_message_filter.cc',
'child/child_histogram_message_filter.h',
+ 'child/child_client_native_pixmap_factory_message_filter_ozone.cc',
+ 'child/child_client_native_pixmap_factory_message_filter_ozone.h',
+ 'child/child_client_native_pixmap_factory_ozone.cc',
+ 'child/child_client_native_pixmap_factory_ozone.h',
'child/child_io_surface_manager_mac.cc',
'child/child_io_surface_manager_mac.h',
'child/child_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698