| 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 810cf35366df101765cd0bae3b7e200cb63b61cb..9daf31f2d63f698a57a722327d5f631aefd3b209 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
|
| @@ -124,6 +124,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostX11
|
| virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| virtual void SetVisibleOnAllWorkspaces(bool always_visible) OVERRIDE;
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) OVERRIDE;
|
| virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
| virtual void ClearNativeFocus() OVERRIDE;
|
| virtual Widget::MoveLoopResult RunMoveLoop(
|
|
|