| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 144430ad4ca7bd3ca4dd61a337b5d324ab872433..00fcd387796ce2ddb98539b25ff74ef4eb179d21 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1442,6 +1442,7 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
|
| bool /* enabled */)
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CompositorSurfaceBuffersSwapped_Params)
|
| + IPC_STRUCT_MEMBER(bool, use_native_widget)
|
| IPC_STRUCT_MEMBER(int32, surface_id)
|
| IPC_STRUCT_MEMBER(uint64, surface_handle)
|
| IPC_STRUCT_MEMBER(int32, route_id)
|
|
|