Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 3a0af198eeae32e0ccff2703c7cb5a3bf3c4d3dc..bff32d6db176728ca1eeb88e1579a97d14c981bf 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -535,6 +535,7 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) |
| // The maximum size to layout the page if auto-resize is enabled. |
| IPC_STRUCT_MEMBER(gfx::Size, max_size) |
| + |
|
nasko
2015/05/13 13:51:24
nit: No need for extra empty line here.
kenrb
2015/05/13 19:57:08
Done.
|
| IPC_STRUCT_END() |
| // Messages sent from the browser to the renderer. |
| @@ -981,6 +982,11 @@ IPC_MESSAGE_ROUTED2(ViewMsg_ReclaimCompositorResources, |
| uint32 /* output_surface_id */, |
| cc::CompositorFrameAck /* ack */) |
| +// Sent by browser to give renderer compositor a new namespace ID for any |
| +// SurfaceSequences it has to create. |
| +IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceIdNamespace, |
| + uint32_t /* surface_id_namespace */) |
| + |
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret) |
| // Sent by the browser to ask the renderer to redraw. |