Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 475df7a0f102844d6e5572f6817b5bca9d3114be..a975450251d6cfde8b4bbb2de5a6d07fb65028eb 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -157,8 +157,10 @@ class ASH_EXPORT Shell { |
// Rotate focus through containers that can receive focus. |
void RotateFocus(Direction direction); |
- // Sets the screen's work area insets, this notifies observers too. |
- void SetScreenWorkAreaInsets(const gfx::Insets& insets); |
+ // Sets the work area insets of the monitor that contains |window|, |
+ // this notifies observers too. |
+ void SetMonitorWorkAreaInsets(aura::Window* window, |
+ const gfx::Insets& insets); |
oshima
2012/03/14 16:31:30
This will be moved to with MonitorManager in follo
|
// Add/remove observer. |
void AddShellObserver(ShellObserver* observer); |