| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| index 0f00e4ddbe664ae1d5b28036ba39bcdc5180ea4a..a2fff16044215960c344842cc37a6d87051c1cf4 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| @@ -329,6 +329,9 @@ aura::RootWindow* DesktopRootWindowHostLinux::Init(
|
| return InitRootWindow(sanitized_params);
|
| }
|
|
|
| +void DesktopRootWindowHostLinux::InitFocus(aura::Window* window) {
|
| +}
|
| +
|
| void DesktopRootWindowHostLinux::Close() {
|
| // TODO(erg): Might need to do additional hiding tasks here.
|
|
|
|
|