| Index: ui/views/widget/native_widget_gtk.h
|
| diff --git a/ui/views/widget/native_widget_gtk.h b/ui/views/widget/native_widget_gtk.h
|
| index 7c9e0e35929f3429543e1207ff0a3baa2d8194b2..1ba598b16a00af9eb9b46bca6868923509933295 100644
|
| --- a/ui/views/widget/native_widget_gtk.h
|
| +++ b/ui/views/widget/native_widget_gtk.h
|
| @@ -438,9 +438,6 @@ class VIEWS_EXPORT NativeWidgetGtk : public internal::NativeWidgetPrivate,
|
| // This is false by default.
|
| bool is_double_buffered_;
|
|
|
| - // Indicates if we should handle the upcoming Alt key release event.
|
| - bool should_handle_menu_key_release_;
|
| -
|
| // Valid for the lifetime of StartDragForViewFromMouseEvent, indicates the
|
| // view the drag started from.
|
| View* dragged_view_;
|
|
|