|
|
mash: Remove WmRootWindowControllerObserver.
WorkAreaChanged -> DisplayObserver::OnDisplayMetricsChanged.
ShelfAlignmentChanged -> ShellObserver::ShelfAlignmentChanged
TODO: Add checks for matching Display id? (didn't happen previously)
Notify ShelfLayoutManager of alignment changes before ShellObserver.
(to replace RootWindowControllerObserverImpl's apparent intent)
Add default empty DisplayObserver function impls.
BUG=NONE
TEST=No behavior changes.
R=sky@chromium.org
Committed: https://crrev.com/b2f3c132f2ab37ee750170dc3a9041dc8f726118
Cr-Commit-Position: refs/heads/master@{#415698}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -190 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/aura/wm_root_window_controller_aura.h
|
View
|
|
3 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
ash/aura/wm_root_window_controller_aura.cc
|
View
|
|
4 chunks |
+1 line, -31 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/shelf_layout_manager.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/shelf_layout_manager.cc
|
View
|
|
3 chunks |
+1 line, -40 lines |
0 comments
|
Download
|
 |
M |
ash/common/shelf/wm_shelf.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/common/wm/dock/docked_window_layout_manager.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm/dock/docked_window_layout_manager.cc
|
View
|
1
2
|
5 chunks |
+27 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm/workspace/workspace_layout_manager.h
|
View
|
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm/workspace/workspace_layout_manager.cc
|
View
|
1
2
|
5 chunks |
+22 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_root_window_controller.h
|
View
|
|
5 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ash/common/wm_root_window_controller.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
D |
ash/common/wm_root_window_controller_observer.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_root_window_controller_mus.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/bridge/wm_root_window_controller_mus.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/display/display_observer.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/display/display_observer.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 22 (13 generated)
|