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

Unified Diff: ash/wm/workspace_controller.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_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index 310c36eda69b7b9703c0e35001e05897819a7534..8d5aee1f0161995daa060a9468c69d94e717fe64 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -42,6 +42,8 @@ class ASH_EXPORT WorkspaceController
// Returns the container window for the active workspace, never NULL.
aura::Window* GetActiveWorkspaceWindow();
+ WorkspaceEventHandler* GetEventHandlerForWindow(aura::Window* window);
sky 2013/03/14 20:34:46 I have tried to keep the surface area of API expos
flackr 2013/03/14 20:42:04 I could cast it to a ToplevelWindowEventHandler* b
+
// See description in WorkspaceManager::GetParentForNewWindow().
aura::Window* GetParentForNewWindow(aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698