| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 59811aa1663564b8bfeac5e2cb9806a5efce1c36..215fda649d90bccbdf67051cc5dd64b2a1929a92 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -284,8 +284,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation)
|
| IPC_STRUCT_TRAITS_MEMBER(overdraw_bottom_height)
|
| - IPC_STRUCT_TRAITS_MEMBER(selection_anchor)
|
| - IPC_STRUCT_TRAITS_MEMBER(selection_focus)
|
| + IPC_STRUCT_TRAITS_MEMBER(selection_start)
|
| + IPC_STRUCT_TRAITS_MEMBER(selection_end)
|
| IPC_STRUCT_TRAITS_MEMBER(latency_info)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|