| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index c02671595e38ab891d5e6cae23db0d36352a214a..a4eb00371193947b77fc0def88c2f5126730bc28 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -174,11 +174,6 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate,
|
| // Can we be made active?
|
| bool can_activate_;
|
|
|
| -#if defined(USE_X11)
|
| - // Indicates if we should handle the upcoming Alt key release event.
|
| - bool should_handle_menu_key_release_;
|
| -#endif
|
| -
|
| gfx::NativeCursor cursor_;
|
|
|
| // The saved window state for exiting full screen state.
|
|
|