Chromium Code Reviews| 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..68fc00f6f0b916dc5f5c692ec17246f110b2d9ea 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() const { return native_widget_; } |
|
sky
2016/07/08 15:34:22
This function shouldn't be const, or if it is the
Peng
2016/07/08 16:13:47
Done.
|
| private: |
| // aura::WindowTreeHostPlatform: |