Chromium Code Reviews| 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..e07afd6e295606e82b5e48f84798cde5dbde0773 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 ClientNativePixmap device file descriptor to child processes to |
|
reveman
2015/08/22 14:15:05
nit: comment is a bit confusing as "Sent" doesn't
dshwang
2015/08/26 13:27:44
Done. Thx.
|
| +// initialize ClientNativePixmapFactory. |
| +IPC_MESSAGE_CONTROL1(ChildProcessMsg_InitializeClientNativePixmapFactory, |
| + base::FileDescriptor /* device_fd */) |
| +#endif |
| //////////////////////////////////////////////////////////////////////////////// |
| // Messages sent from the child process to the browser. |