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

Unified Diff: content/common/child_process_messages.h

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant Pass() 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 18d7245e89b243a9967bd238fe75b0cf21f006b6..90bbed4d964206e61cd37be520e9a643f236fee9 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -129,6 +129,12 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIOSurfaceManagerToken,
content::IOSurfaceManagerToken /* token */)
#endif
+#if defined(USE_OZONE)
+// Sent to child processes to initialize ClientNativePixmapFactory using
+// a device file descriptor.
+IPC_MESSAGE_CONTROL1(ChildProcessMsg_InitializeClientNativePixmapFactory,
+ base::FileDescriptor /* device_fd */)
+#endif
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the child process to the browser.
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698