diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 18:22:44 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 18:22:44 +0000 |
commit | 8a45c9775a4ccf87bf30a73df8954fe9446d6e2a (patch) | |
tree | fd100c56b428bb56b19f47291d95e4466d10e8bf /ash/shell_observer.h | |
parent | 23589b731fa97a94db920670795c9c91250c25f1 (diff) | |
download | chromium_src-8a45c9775a4ccf87bf30a73df8954fe9446d6e2a.zip chromium_src-8a45c9775a4ccf87bf30a73df8954fe9446d6e2a.tar.gz chromium_src-8a45c9775a4ccf87bf30a73df8954fe9446d6e2a.tar.bz2 |
MonitorManager to manage multiple monitors.
This is clone of issue 9689027, which I can't access due to some internal error.
BUG=115510
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9699013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_observer.h')
-rw-r--r-- | ash/shell_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell_observer.h b/ash/shell_observer.h index 0ecf927..d9852bc 100644 --- a/ash/shell_observer.h +++ b/ash/shell_observer.h @@ -13,7 +13,7 @@ namespace ash { class ASH_EXPORT ShellObserver { public: // Invoked after the screen's work area insets changes. - virtual void OnScreenWorkAreaInsetsChanged() {} + virtual void OnMonitorWorkAreaInsetsChanged() {} protected: virtual ~ShellObserver() {} |