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

Unified Diff: ash/wm/toplevel_window_event_filter.h

Issue 10828133: Desktop Aura: Allow tab drags out of window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make sure we have a valid system location 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
Index: ash/wm/toplevel_window_event_filter.h
diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h
index cae3baba225a19ce4207d4874e90bb9123d7d6c4..102246565c3efff5a3034742bc2df163d096d83a 100644
--- a/ash/wm/toplevel_window_event_filter.h
+++ b/ash/wm/toplevel_window_event_filter.h
@@ -54,7 +54,8 @@ class ASH_EXPORT ToplevelWindowEventFilter :
ui::GestureEvent* event) OVERRIDE;
// Overridden form aura::client::WindowMoveClient:
- virtual void RunMoveLoop(aura::Window* source) OVERRIDE;
+ virtual void RunMoveLoop(aura::Window* source,
+ const gfx::Point& drag_offset) OVERRIDE;
virtual void EndMoveLoop() OVERRIDE;
protected:
« no previous file with comments | « no previous file | ash/wm/toplevel_window_event_filter.cc » ('j') | chrome/browser/ui/views/tabs/tab_drag_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698