| Index: ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| index c704bbaecfec917aec2f9126a14a69834260a463..cb87ef3554214e0e9e3232af6ef2151d17a1e6e6 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -101,6 +101,8 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher,
|
|
|
| bool wm_supports_active_window_;
|
|
|
| + XID modal_dialog_xid_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(X11DesktopHandler);
|
| };
|
|
|
|
|