diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 1a9377c..c1d4a58 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -986,6 +986,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. |