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

Unified Diff: ui/aura/root_window_observer.h

Issue 9689027: MonitorManager to manage multiple monitors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: crash fix 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: ui/aura/root_window_observer.h
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
index 930790df396e53aa931e43588274fecdae493438..fcb12770994bdb73bdb03f7efcfa282525abaea7 100644
--- a/ui/aura/root_window_observer.h
+++ b/ui/aura/root_window_observer.h
@@ -22,7 +22,7 @@ class AURA_EXPORT RootWindowObserver {
virtual void OnRootWindowResized(const gfx::Size& new_size) {}
// Invoked after the screen's work area insets changes.
- virtual void OnScreenWorkAreaInsetsChanged() {}
+ virtual void OnMonitorWorkAreaInsetsChanged() {}
// Invoked when a window is focused.
virtual void OnWindowFocused(Window* window) {}
« ui/aura/monitor.h ('K') | « ui/aura/root_window.cc ('k') | ui/aura/screen_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698