|
|
Enables passing initial properties to top level window creation
This is needed for the wm to decide where to place the window.
As part of this I'm making it so some WindowTreeHostPlatform
constructors don't call CreateCompositor(). This way properties can be
set on the window before Init() is called. This is important as at the
time of Init() the server side window is created.
BUG= 660994
TEST=covered by tests
R=sadrul@chromium.org
Committed: https://crrev.com/4663012883fe100b31fab84165ffca73a14d09dc
Cr-Commit-Position: refs/heads/master@{#432578}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+84 lines, -17 lines) |
Patch |
 |
M |
ash/host/ash_window_tree_host_platform.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/engine/app/ui/blimp_window_tree_host.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/mus/window_port_mus.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/mus/window_tree_client_unittest.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/mus/window_tree_host_mus.h
|
View
|
|
2 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura/mus/window_tree_host_mus.cc
|
View
|
|
2 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_platform.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
ui/aura/window_tree_host_platform.cc
|
View
|
1
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/desktop_window_tree_host_mus.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/desktop_window_tree_host_mus.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/mus_client.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/window_tree_host_mus.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/test/native_widget_factory_aura_mus.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 15 (7 generated)
|