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

Unified Diff: ash/wm/workspace/workspace_layout_manager.h

Issue 9467021: Attempt 3: Makes managed mode constrain the height of windows so they don't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Da fix Created 8 years, 10 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/wm/workspace/workspace_event_filter.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_layout_manager.h
diff --git a/ash/wm/workspace/workspace_layout_manager.h b/ash/wm/workspace/workspace_layout_manager.h
index 7be51436c82f83c331a14112a57272b94eacbd10..e350ad246454523c7ad351b6e546e11eb616b7a9 100644
--- a/ash/wm/workspace/workspace_layout_manager.h
+++ b/ash/wm/workspace/workspace_layout_manager.h
@@ -36,21 +36,6 @@ class ASH_EXPORT WorkspaceLayoutManager : public aura::LayoutManager {
return workspace_manager_;
}
- // Invoked when a window receives drag event.
- void PrepareForMoveOrResize(aura::Window* drag, aura::MouseEvent* event);
-
- // 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* event);
-
- // Invoked when a user finished resizing window.
- void EndResize(aura::Window* drag, aura::MouseEvent* event);
-
// Overridden from aura::LayoutManager:
virtual void OnWindowResized() OVERRIDE;
virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
« no previous file with comments | « ash/wm/workspace/workspace_event_filter.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698