| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index aad8ed96fac6ab2f62727da0eae195616b186918..e4f2a445b0d8308cb1912d99e089f9789bf05bbe 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -118,18 +118,6 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebPluginAction)
|
| IPC_STRUCT_TRAITS_MEMBER(enable)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(WebKit::WebPoint)
|
| - IPC_STRUCT_TRAITS_MEMBER(x)
|
| - IPC_STRUCT_TRAITS_MEMBER(y)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect)
|
| - IPC_STRUCT_TRAITS_MEMBER(x)
|
| - IPC_STRUCT_TRAITS_MEMBER(y)
|
| - IPC_STRUCT_TRAITS_MEMBER(width)
|
| - IPC_STRUCT_TRAITS_MEMBER(height)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebFloatPoint)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| IPC_STRUCT_TRAITS_MEMBER(y)
|
|
|