Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 16512512a4c15a5d6080001864b686d32d67ec8d..bb1f88891a3498a2967953f3b149a6fcad41540b 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -719,7 +719,8 @@ ShelfAutoHideBehavior Shell::GetShelfAutoHideBehavior( |
| void Shell::SetShelfAlignment(ShelfAlignment alignment, |
| aura::RootWindow* root_window) { |
| if (GetRootWindowController(root_window)->SetShelfAlignment(alignment)) |
|
oshima
2012/12/14 11:03:55
nit: you need {}
Jun Mukai
2012/12/14 18:47:16
Done.
|
| - FOR_EACH_OBSERVER(ShellObserver, observers_, OnShelfAlignmentChanged()); |
| + FOR_EACH_OBSERVER( |
| + ShellObserver, observers_, OnShelfAlignmentChanged(root_window)); |
| } |
| ShelfAlignment Shell::GetShelfAlignment(aura::RootWindow* root_window) { |