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

Unified Diff: ash/wm/workspace/frame_maximize_button.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 | « ash/system/tray/system_tray.cc ('k') | ash/wm/workspace/frame_maximize_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/frame_maximize_button.h
===================================================================
--- ash/wm/workspace/frame_maximize_button.h (revision 151267)
+++ ash/wm/workspace/frame_maximize_button.h (working copy)
@@ -68,14 +68,14 @@
// Initializes the snap-gesture based on the event. This should only be called
// when the event is confirmed to have started a snap gesture.
- void ProcessStartEvent(const views::LocatedEvent& event);
+ void ProcessStartEvent(const ui::LocatedEvent& event);
// Updates the snap-state based on the current event. This should only be
// called after the snap gesture has already started.
- void ProcessUpdateEvent(const views::LocatedEvent& event);
+ void ProcessUpdateEvent(const ui::LocatedEvent& event);
// Returns true if the window was snapped. Returns false otherwise.
- bool ProcessEndEvent(const views::LocatedEvent& event);
+ bool ProcessEndEvent(const ui::LocatedEvent& event);
// Cancels snap behavior. If |keep_menu_open| is set, a possibly opened
// bubble help will remain open.
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/wm/workspace/frame_maximize_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698