| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index db273e76bb705e9b5bc7a19613c43f60713cef19..659d25eed7ce3b6cd1744519720513b47d0addf9 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -127,11 +127,6 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebPluginAction)
|
| IPC_STRUCT_TRAITS_MEMBER(enable)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(blink::WebFloatPoint)
|
| - IPC_STRUCT_TRAITS_MEMBER(x)
|
| - IPC_STRUCT_TRAITS_MEMBER(y)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebFloatRect)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| IPC_STRUCT_TRAITS_MEMBER(y)
|
|
|