| Index: ui/views/mus/window_tree_host_mus.h
|
| diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
|
| index 1325d9b6ca2080c509d04d8a01d37e4560bd73d1..ecbce97a1ba76e6818ce8e6bca7334d3a3d501c6 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -35,6 +35,8 @@ class WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| mus::mojom::SurfaceType surface_type);
|
| ~WindowTreeHostMus() override;
|
|
|
| + mus::Window* mus_window() { return mus_window_; }
|
| +
|
| using WindowTreeHostPlatform::platform_window;
|
| ui::PlatformWindowState show_state() const { return show_state_; }
|
|
|
|
|