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

Unified Diff: ash/shell.h

Issue 9699013: MonitorManager to manage multiple monitors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/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);
« no previous file with comments | « ash/screen_ash.cc ('k') | ash/shell.cc » ('j') | ash/wm/shelf_layout_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698