| Index: content/public/common/context_menu_params.cc
|
| diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
|
| index a267fb2698b24c808f80288b3143fe38d2eaf52b..b51b288eb3cc27409f8faa3a1a23b6159b4148c4 100644
|
| --- a/content/public/common/context_menu_params.cc
|
| +++ b/content/public/common/context_menu_params.cc
|
| @@ -25,14 +25,14 @@ ContextMenuParams::ContextMenuParams()
|
| speech_input_enabled(false),
|
| spellcheck_enabled(false),
|
| is_editable(false),
|
| -#if defined(OS_MACOSX) || defined(TOOLKIT_GTK)
|
| +#if defined(OS_MACOSX) || defined(TOOLKIT_GTK) || defined(USE_AURA)
|
| writing_direction_default(
|
| blink::WebContextMenuData::CheckableMenuItemDisabled),
|
| writing_direction_left_to_right(
|
| blink::WebContextMenuData::CheckableMenuItemEnabled),
|
| writing_direction_right_to_left(
|
| blink::WebContextMenuData::CheckableMenuItemEnabled),
|
| -#endif // OS_MACOSX || defined(TOOLKIT_GTK)
|
| +#endif // OS_MACOSX || TOOLKIT_GTK || USE_AURA
|
| edit_flags(0),
|
| referrer_policy(blink::WebReferrerPolicyDefault) {
|
| }
|
|
|