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

Unified Diff: ui/views/controls/menu/menu_controller.h

Issue 10828265: Replace views::LocatedEvent with ui::LocatedEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « ui/views/controls/button/custom_button.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_controller.h
===================================================================
--- ui/views/controls/menu/menu_controller.h (revision 151267)
+++ ui/views/controls/menu/menu_controller.h (working copy)
@@ -244,7 +244,7 @@
void SetSelection(MenuItemView* menu_item, int types);
void SetSelectionOnPointerDown(SubmenuView* source,
- const LocatedEvent& event);
+ const ui::LocatedEvent& event);
void StartDrag(SubmenuView* source, const gfx::Point& location);
#if defined(OS_WIN) || defined(USE_AURA)
@@ -281,7 +281,7 @@
// button. Returns whether a context menu was shown.
bool ShowContextMenu(MenuItemView* menu_item,
SubmenuView* source,
- const LocatedEvent& event);
+ const ui::LocatedEvent& event);
// Closes all menus, including any menus of nested invocations of Run.
void CloseAllNestedMenus();
@@ -412,7 +412,7 @@
#if defined(OS_WIN) && !defined(USE_AURA)
// If there is a window at the location of the event, a new mouse event is
// generated and posted to it at the given location.
- void RepostEvent(SubmenuView* source, const LocatedEvent& event);
+ void RepostEvent(SubmenuView* source, const ui::LocatedEvent& event);
#endif
// Sets the drop target to new_item.
« no previous file with comments | « ui/views/controls/button/custom_button.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698