| Index: content/common/content_param_traits_macros.h
|
| diff --git a/content/common/content_param_traits_macros.h b/content/common/content_param_traits_macros.h
|
| index 00e83838657c8128953ca1f666ea7bcca065c299..491c908762b76bb510431b361cac232a2b6fecb0 100644
|
| --- a/content/common/content_param_traits_macros.h
|
| +++ b/content/common/content_param_traits_macros.h
|
| @@ -49,12 +49,14 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type,
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPageVisibilityState,
|
| blink::WebPageVisibilityStateLast)
|
|
|
| +// TODO: convert to Mojo
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebCompositionUnderline)
|
| IPC_STRUCT_TRAITS_MEMBER(startOffset)
|
| IPC_STRUCT_TRAITS_MEMBER(endOffset)
|
| IPC_STRUCT_TRAITS_MEMBER(color)
|
| IPC_STRUCT_TRAITS_MEMBER(thick)
|
| IPC_STRUCT_TRAITS_MEMBER(backgroundColor)
|
| + IPC_STRUCT_TRAITS_MEMBER(suggestions)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
|
|
|