Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index f10227f2b2a8da53b2cbe72b1b4947bfb08d19b1..eb5bf004d00d130d10f30aefdedc3c7f30669aca 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -125,6 +125,12 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIOSurfaceManagerToken, |
content::IOSurfaceManagerToken /* token */) |
#endif |
+#if defined(USE_OZONE) |
+// Sent ClientNativePixmap device file descriptor to child processes to |
+// initialize ClientNativePixmapFactory. |
+IPC_MESSAGE_CONTROL1(ChildProcessMsg_InitializeClientNativePixmapFactory, |
+ base::FileDescriptor /* device_fd */) |
+#endif |
//////////////////////////////////////////////////////////////////////////////// |
// Messages sent from the child process to the browser. |