|
|
Changes ownership of ClientConnection
Previously ClientConnection owned the WindowTreeImpl. This is mildly
confusing and weird. Now WindowTreeImpl owns the ClientConnection and
ConnectionManager owns the WindowTreeImpls.
As part of this I also changed around how WindowTreeImpls are created.
BUG= 590955
TEST=covered by tests
R=ben@chromium.org
Committed: https://crrev.com/464574d96d15eeb2c984fcd025d5f1cb7da34594
Cr-Commit-Position: refs/heads/master@{#378961}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+225 lines, -266 lines) |
Patch |
 |
M |
components/mus/mus_app.h
|
View
|
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/mus/mus_app.cc
|
View
|
|
1 chunk |
+4 lines, -32 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/client_connection.h
|
View
|
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/client_connection.cc
|
View
|
|
1 chunk |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/connection_manager.h
|
View
|
|
3 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/connection_manager.cc
|
View
|
|
15 chunks |
+106 lines, -89 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/connection_manager_delegate.h
|
View
|
|
3 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_factory.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_host_impl.cc
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_impl.h
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_impl.cc
|
View
|
|
36 chunks |
+56 lines, -59 lines |
0 comments
|
Download
|
 |
M |
components/mus/ws/window_tree_unittest.cc
|
View
|
|
3 chunks |
+10 lines, -24 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|