| Index: cc/ipc/cc_param_traits_macros.h
|
| diff --git a/cc/ipc/cc_param_traits_macros.h b/cc/ipc/cc_param_traits_macros.h
|
| index e560b5285700252f778c28360aaca3dfc2c73d19..7db06ae5e768b749607e624b4c9ebdd7ca58fe0b 100644
|
| --- a/cc/ipc/cc_param_traits_macros.h
|
| +++ b/cc/ipc/cc_param_traits_macros.h
|
| @@ -160,14 +160,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource)
|
| IPC_STRUCT_TRAITS_MEMBER(lost)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelectionBound)
|
| - IPC_STRUCT_TRAITS_MEMBER(type)
|
| - IPC_STRUCT_TRAITS_MEMBER(edge_top)
|
| - IPC_STRUCT_TRAITS_MEMBER(edge_bottom)
|
| - IPC_STRUCT_TRAITS_MEMBER(visible)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelection)
|
| +IPC_STRUCT_TRAITS_BEGIN(cc::Selection<gfx::SelectionBound>)
|
| IPC_STRUCT_TRAITS_MEMBER(start)
|
| IPC_STRUCT_TRAITS_MEMBER(end)
|
| IPC_STRUCT_TRAITS_MEMBER(is_editable)
|
|
|