| 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 86264e24c6b8502eabac09fa9fea0ebeb5f1953c..3979546c28f113f24a5166ec0b0611e52b1f4d7a 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
|
| @@ -122,6 +122,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(
|
|
|