Index: ash/shell_observer.h |
diff --git a/ash/shell_observer.h b/ash/shell_observer.h |
index 6cbeaa73cb2c62b0b231dbff98535ab2e8a3f139..0bdd93472a943bce1ebd7219c301f8b0cf1091ea 100644 |
--- a/ash/shell_observer.h |
+++ b/ash/shell_observer.h |
@@ -8,6 +8,10 @@ |
#include "ash/ash_export.h" |
#include "ash/system/user/login_status.h" |
+namespace aura { |
+class RootWindow; |
+} |
+ |
namespace ash { |
class ASH_EXPORT ShellObserver { |
@@ -25,8 +29,8 @@ class ASH_EXPORT ShellObserver { |
// unlocked. |
virtual void OnLockStateChanged(bool locked) {} |
- // Invoked when the shelf alignment is changed. |
- virtual void OnShelfAlignmentChanged() {} |
+ // Invoked when the shelf alignment in |root_window| is changed. |
+ virtual void OnShelfAlignmentChanged(aura::RootWindow* root_window) {} |
protected: |
virtual ~ShellObserver() {} |