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

Unified Diff: ui/aura_shell/default_container_layout_manager.h

Issue 8391035: Drag and rotate windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rotate windows Created 9 years, 2 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: ui/aura_shell/default_container_layout_manager.h
diff --git a/ui/aura_shell/default_container_layout_manager.h b/ui/aura_shell/default_container_layout_manager.h
index 4d5924ca7528f89777b03939b3a1ca83a884c5c7..53cd0d146cb7dd9941adcceb0d388084fa1f15d0 100644
--- a/ui/aura_shell/default_container_layout_manager.h
+++ b/ui/aura_shell/default_container_layout_manager.h
@@ -39,6 +39,9 @@ class AURA_SHELL_EXPORT DefaultContainerLayoutManager
// Invoked when a drag event didn't start any drag operation.
void CancelMoveOrResize(aura::Window* drag, aura::MouseEvent* event);
+ // Invoked when a drag event moved the |window|.
+ void ProcessMove(aura::Window* window, aura::MouseEvent* event);
+
// Invoked when a user finished moving window.
void EndMove(aura::Window* drag, aura::MouseEvent* evnet);

Powered by Google App Engine
This is Rietveld 408576698