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

Unified Diff: ash/launcher/launcher_view.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/launcher/launcher_button_host.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_view.h
===================================================================
--- ash/launcher/launcher_view.h (revision 151267)
+++ ash/launcher/launcher_view.h (working copy)
@@ -144,10 +144,10 @@
// Invoked when the pointer has moved enough to trigger a drag. Sets
// internal state in preparation for the drag.
- void PrepareForDrag(Pointer pointer, const views::LocatedEvent& event);
+ void PrepareForDrag(Pointer pointer, const ui::LocatedEvent& event);
// Invoked when the mouse is dragged. Updates the models as appropriate.
- void ContinueDrag(const views::LocatedEvent& event);
+ void ContinueDrag(const ui::LocatedEvent& event);
// Returns true if |typea| and |typeb| should be in the same drag range.
bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
@@ -187,11 +187,11 @@
virtual void PointerPressedOnButton(
views::View* view,
Pointer pointer,
- const views::LocatedEvent& event) OVERRIDE;
+ const ui::LocatedEvent& event) OVERRIDE;
virtual void PointerDraggedOnButton(
views::View* view,
Pointer pointer,
- const views::LocatedEvent& event) OVERRIDE;
+ const ui::LocatedEvent& event) OVERRIDE;
virtual void PointerReleasedOnButton(views::View* view,
Pointer pointer,
bool canceled) OVERRIDE;
« no previous file with comments | « ash/launcher/launcher_button_host.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698