Chromium Code Reviews| Index: ash/wm/ash_focus_rules.cc |
| diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc |
| index 33829993dda95370dcb9767e58e7ea414cc555ee..e0f16028f60cd227a2b492f0e85bf07581a119a0 100644 |
| --- a/ash/wm/ash_focus_rules.cc |
| +++ b/ash/wm/ash_focus_rules.cc |
| @@ -28,6 +28,7 @@ const int kWindowContainerIds[] = { |
| // containers even though these layers are higher. The user expects their |
| // windows to be focused before these elements. |
| internal::kShellWindowId_PanelContainer, |
| + internal::kShellWindowId_DockContainer, |
|
flackr
2013/06/11 17:59:31
Here tool.
varkha
2013/06/12 04:52:13
Done.
|
| internal::kShellWindowId_ShelfContainer, |
| internal::kShellWindowId_StatusContainer, |
| }; |