Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: ui/views/widget/native_widget_gtk.h

Issue 8907029: AURA/X11: Handle VKEY_MENU accelerator on content area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698