| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index d5407bae1ce93b74accf95739738cdc4169354bb..5e02c043920e1f0836497795e096a0c1b65a8afc 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -320,9 +320,6 @@ IPC_STRUCT_BEGIN(FrameMsg_NewFrame_WidgetParams)
|
| // is MSG_ROUTING_NONE and the other parameters are not read.
|
| IPC_STRUCT_MEMBER(int, routing_id)
|
|
|
| - // Identifier for the output surface for the new RenderWidget.
|
| - IPC_STRUCT_MEMBER(int, surface_id)
|
| -
|
| // Tells the new RenderWidget whether it is initially hidden.
|
| IPC_STRUCT_MEMBER(bool, hidden)
|
| IPC_STRUCT_END()
|
|
|