| 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 fc0764ce37dd98032c99ee1fa89a4a3acb5c7d6f..fa096fcadd8cc0f52a121292d877ed508adc1d6b 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -29,6 +29,7 @@ class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| public:
|
| WindowTreeHostMus(NativeWidgetMus* native_widget, ui::Window* window);
|
| ~WindowTreeHostMus() override;
|
| + NativeWidgetMus* native_widget() { return native_widget_; }
|
|
|
| private:
|
| // aura::WindowTreeHostPlatform:
|
|
|