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

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

Issue 12441010: Attach panel while dragging to bring it in front of other panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get workspace event handler from workspace controller. Created 7 years, 9 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/workspace/workspace_manager.h
diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h
index cb827a7e961c0a784e1db56842c796ae8070e06c..c79c399f66806052b70ba1b9a03f5ad72cf74c6d 100644
--- a/ash/wm/workspace/workspace_manager.h
+++ b/ash/wm/workspace/workspace_manager.h
@@ -43,6 +43,7 @@ class DesktopBackgroundFadeController;
class ShelfLayoutManager;
class WorkspaceCycler;
class WorkspaceCyclerAnimator;
+class WorkspaceEventHandler;
class WorkspaceLayoutManager;
class WorkspaceManagerTest2;
class Workspace;
@@ -79,6 +80,8 @@ class ASH_EXPORT WorkspaceManager : public ash::ShellObserver {
// Returns the container window for the active workspace, never NULL.
aura::Window* GetActiveWorkspaceWindow();
+ WorkspaceEventHandler* GetEventHandlerForWindow(aura::Window* window);
+
// Returns the parent for |window|. This is invoked from StackingController
// when a new Window is being added.
aura::Window* GetParentForNewWindow(aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698