| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| index e2a936e238332ebf059e4de0e87595091e3a696f..ac5ae40d0713878d417ddc71b0286457ecad32e4 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h
|
| @@ -93,6 +93,7 @@ class VIEWS_EXPORT DesktopRootWindowHostX11
|
| virtual aura::RootWindow* Init(aura::Window* content_window,
|
| const Widget::InitParams& params) OVERRIDE;
|
| virtual void InitFocus(aura::Window* window) OVERRIDE;
|
| + virtual bool SetCloseOnHideCompletion() OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void CloseNow() OVERRIDE;
|
| virtual aura::RootWindowHost* AsRootWindowHost() OVERRIDE;
|
|
|