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

Unified Diff: ash/wm/workspace/workspace.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.h
diff --git a/ash/wm/workspace/workspace.h b/ash/wm/workspace/workspace.h
index 0ad230b1265ae4530d1d6099d71986ad0ca41ee6..d297c795602229bc0df453d9e7e67775719a6d23 100644
--- a/ash/wm/workspace/workspace.h
+++ b/ash/wm/workspace/workspace.h
@@ -47,6 +47,8 @@ class ASH_EXPORT Workspace {
aura::Window* window() { return window_; }
+ WorkspaceEventHandler* event_handler() { return event_handler_.get(); }
+
const WorkspaceLayoutManager* workspace_layout_manager() const {
return workspace_layout_manager_;
}

Powered by Google App Engine
This is Rietveld 408576698