| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index d3e5f33228ba7fee0dbadce1fea0d61b555ac008..a0956f70b553925466cb2d683953e2eeeedff524 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1443,6 +1443,7 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CompositorSurfaceBuffersSwapped_Params)
|
| IPC_STRUCT_MEMBER(bool, use_native_widget)
|
| + IPC_STRUCT_MEMBER(uint64, native_widget_token)
|
| IPC_STRUCT_MEMBER(int32, surface_id)
|
| IPC_STRUCT_MEMBER(uint64, surface_handle)
|
| IPC_STRUCT_MEMBER(int32, route_id)
|
|
|