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

Unified Diff: chrome/views/controls/menu/chrome_menu.h

Issue 100022: Mouse hover out of context menu should un-select menu item.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 8 months 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
« no previous file with comments | « no previous file | chrome/views/controls/menu/chrome_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/controls/menu/chrome_menu.h
===================================================================
--- chrome/views/controls/menu/chrome_menu.h (revision 14282)
+++ chrome/views/controls/menu/chrome_menu.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_VIEWS_CONTROLS_MENU_CHROME_MENU_H_
#include <list>
+#include <vector>
#include "base/gfx/point.h"
#include "base/gfx/rect.h"
@@ -932,9 +933,6 @@
int drop_y_;
int last_drop_operation_;
- // If true, the mouse is over some menu.
- bool any_menu_contains_mouse_;
-
// If true, we're in the middle of invoking ShowAt on a submenu.
bool showing_submenu_;
« no previous file with comments | « no previous file | chrome/views/controls/menu/chrome_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698