|
ash: Explicitly teach various components about ShelfLayoutManager.
. StatusAreaWidget is created by the ShelfWidget instance. So there's no need
for StatusAreaWidget to go throug the root window to get at the
ShelfLayoutManager.
. TrayBackgroundView, AshPopupAlignmentDelegate etc. should get the
ShelfLayoutManager from their associated StatusAreaWidget.
. OverflowButton is created by the shelf itself. There's no reason to look
it up from the root-window.
BUG=none
Committed: https://crrev.com/d33c56b9855e28aa28565c0ea39bc70aacabe1b7
Cr-Commit-Position: refs/heads/master@{#373159}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -83 lines) |
Patch |
 |
M |
ash/focus_cycler_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/overflow_bubble.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/overflow_bubble_view.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/overflow_bubble_view.cc
|
View
|
1
2
3
|
3 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/overflow_button.h
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/overflow_button.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/shelf/shelf_widget.cc
|
View
|
1
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/system/status_area_widget.h
|
View
|
1
|
4 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/status_area_widget.cc
|
View
|
1
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/system/tray/tray_background_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/ash_popup_alignment_delegate.h
|
View
|
1
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/ash_popup_alignment_delegate.cc
|
View
|
1
2
3
|
7 chunks |
+7 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
View
|
1
|
4 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/system/web_notification/web_notification_tray.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/dock/docked_window_layout_manager.cc
|
View
|
1
2
3
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/wm/panels/panel_layout_manager.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/window_animations.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (4 generated)
|