| 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 577827e9d2e98c6f3122a6fcebb96b33bebd7acd..21bbbe5fd166166795efe2e604871c527159d27c 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -59,6 +59,8 @@ class VIEWS_EXPORT X11DesktopHandler : public base::MessageLoop::Dispatcher,
|
|
|
| ui::X11AtomCache atom_cache_;
|
|
|
| + bool wm_supports_active_window_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(X11DesktopHandler);
|
| };
|
|
|
|
|