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

Unified Diff: ash/root_window_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: Comments, etc. 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/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index d10c6b179bc8575bc0361c05fa71c5e2ff72faa4..4b7dc057f1adc68515db2bdcfcb567397d52bc1b 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -80,6 +80,10 @@ class ASH_EXPORT RootWindowController {
ScreenDimmer* screen_dimmer() { return screen_dimmer_.get(); }
+ ToplevelWindowEventHandler* panel_container_handler() {
+ return panel_container_handler_.get();
+ }
+
// Access the shelf associated with this root window controller,
// NULL if no such shelf exists.
ShelfWidget* shelf() { return shelf_.get(); }

Powered by Google App Engine
This is Rietveld 408576698