| 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 6d56ff9e4f67865f37e144c323d2b3641ae25e36..df19a16a6de39e668dcac820d9dfa11462ee2b7c 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;
|
|
|