| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| index 8c4a97f5974fb1dc6da2bdb942a827cbc0883004..f96d3c91da384b0c52905c86e99e3b786e86e900 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| @@ -92,6 +92,7 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux
|
| // Overridden from DesktopRootWindowHost:
|
| virtual aura::RootWindow* Init(aura::Window* content_window,
|
| const Widget::InitParams& params) OVERRIDE;
|
| + virtual void InitFocus(aura::Window* window) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void CloseNow() OVERRIDE;
|
| virtual aura::RootWindowHost* AsRootWindowHost() OVERRIDE;
|
|
|