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

Unified Diff: ash/wm/workspace_controller.cc

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
« ash/wm/workspace_controller.h ('K') | « ash/wm/workspace_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.cc
diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc
index c880663ac8c3c7de9b4c9084f953f65a5a55f842..ba7a581472f827a3232b4ff5b7261db597993475 100644
--- a/ash/wm/workspace_controller.cc
+++ b/ash/wm/workspace_controller.cc
@@ -42,6 +42,11 @@ aura::Window* WorkspaceController::GetActiveWorkspaceWindow() {
return workspace_manager_->GetActiveWorkspaceWindow();
}
+WorkspaceEventHandler* WorkspaceController::GetEventHandlerForWindow(
+ aura::Window* window) {
+ return workspace_manager_->GetEventHandlerForWindow(window);
+}
+
aura::Window* WorkspaceController::GetParentForNewWindow(aura::Window* window) {
return workspace_manager_->GetParentForNewWindow(window);
}
« ash/wm/workspace_controller.h ('K') | « ash/wm/workspace_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698