| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2e8d41a220e8b361f35c2529e61aa8e0cd762624..33d563809361e81a6d3801a18993a30257a6a034 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -186,11 +186,11 @@ IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
|
| IPC_STRUCT_TRAITS_MEMBER(speech_input_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(is_editable)
|
| -#if defined(OS_MACOSX) || defined(TOOLKIT_GTK)
|
| +#if defined(OS_MACOSX) || defined(TOOLKIT_GTK) || defined(USE_AURA)
|
| IPC_STRUCT_TRAITS_MEMBER(writing_direction_default)
|
| IPC_STRUCT_TRAITS_MEMBER(writing_direction_left_to_right)
|
| IPC_STRUCT_TRAITS_MEMBER(writing_direction_right_to_left)
|
| -#endif // OS_MACOSX || defined(TOOLKIT_GTK)
|
| +#endif // OS_MACOSX || TOOLKIT_GTK || USE_AURA
|
| IPC_STRUCT_TRAITS_MEMBER(edit_flags)
|
| IPC_STRUCT_TRAITS_MEMBER(security_info)
|
| IPC_STRUCT_TRAITS_MEMBER(frame_charset)
|
|
|