| 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..37ac522de111e0febcb02e3a34b4f19cfa339784 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 RemapWindow() override;
|
| +
|
| protected:
|
| // Overridden from DesktopWindowTreeHost:
|
| void Init(aura::Window* content_window,
|
|
|