Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h |
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h |
| index 73e9e3e6fa7d4b15eb2c0516afe973292397b108..6a7db27295759fdc7d5f59cec70f322ee1f88500 100644 |
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h |
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h |
| @@ -85,6 +85,8 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11 |
| // internal list of open windows. |
| static void CleanUpWindowList(void (*func)(aura::Window* window)); |
| + void RemapAsNormalWindow() override; |
|
Daniel Erat
2016/01/19 20:36:22
if this needs to be public rather than protected l
stapelberg
2016/01/20 13:31:09
Done.
|
| + |
| protected: |
| // Overridden from DesktopWindowTreeHost: |
| void Init(aura::Window* content_window, |