| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 5a84551e8b02ef41ddbc594c771496d36e18e860..dddb88a0ddddcd18833996795b905c37989eab43 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -263,7 +263,8 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelectionBound)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| - IPC_STRUCT_TRAITS_MEMBER(viewport_rect)
|
| + IPC_STRUCT_TRAITS_MEMBER(edge_top)
|
| + IPC_STRUCT_TRAITS_MEMBER(edge_bottom)
|
| IPC_STRUCT_TRAITS_MEMBER(visible)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|