|
Start using display.mojom.Display in mus+ash.
Many small changes to use display.mojom.Display and the corresponding
StructTrait.
1. Rename ui.mojom.Display to ui.mojom.WmDisplay.
2. Change ui.mojom.WmDisplay to contain a display.mojom.Display.
3. Delete TypeConverter for ui.mojom.WmDisplay -> display::Display as
the StructTrait does this automatically now.
4. Change ui.mojom.WindowManager to use display.mojom.Display instead of
ui.mojom.WmDisplay. It wasn't using the extra fields.
5. Change ui::wm::Display and ui::wm::PlatformDisplay to use C++
rotation enum instead of mojom enum.
6. Add some missing #includes that the linter was complaining about.
BUG= 625876
Committed: https://crrev.com/1c9130aa19e71300506fa73ff259135c6cdba5e6
Cr-Commit-Position: refs/heads/master@{#406545}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+94 lines, -231 lines) |
Patch |
 |
M |
ash/mus/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/mus/root_window_controller.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/lib/window_tree_client.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/cpp/window_tree_client.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/display.mojom
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_manager.mojom
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/public/interfaces/window_manager_constants.mojom
|
View
|
1
2
|
3 chunks |
+3 lines, -20 lines |
0 comments
|
Download
|
 |
M |
services/ui/test_wm/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/test_wm/test_wm.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/display.h
|
View
|
1
2
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/display.cc
|
View
|
1
2
|
3 chunks |
+23 lines, -13 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/platform_display.h
|
View
|
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/platform_display.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_utils.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/test_utils.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/user_display_manager.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/user_display_manager.cc
|
View
|
1
2
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/user_display_manager_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_server_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_tree.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
services/ui/ws/window_tree_client_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ui/display/mojo/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
ui/display/mojo/DEPS
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
ui/display/mojo/OWNERS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ui/display/mojo/display_type_converters.h
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
D |
ui/display/mojo/display_type_converters.cc
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
D |
ui/display/mojo/mojo_display_export.h
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/screen_mus.h
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/screen_mus.cc
|
View
|
1
2
|
3 chunks |
+12 lines, -17 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 18 (7 generated)
|