Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index 1edc9d1968bf4efcf32668fd7c043d8fbb75436f..d6b3b831f6864c742580a8eeb49f584c253f28b6 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -5,6 +5,7 @@ |
#include "ash/shell/shell_delegate_impl.h" |
#include "ash/caps_lock_delegate_stub.h" |
+#include "ash/root_window_delegate.h" |
#include "ash/shell/example_factory.h" |
#include "ash/shell/launcher_delegate_impl.h" |
#include "ash/shell/context_menu.h" |
@@ -212,5 +213,9 @@ bool ShellDelegateImpl::IsSearchKeyActingAsFunctionKey() const { |
return false; |
} |
+aura::RootWindowDelegate* ShellDelegateImpl::CreateRootWindowDelegate() { |
+ return ash::RootWindowDelegate::Create(); |
+} |
+ |
} // namespace shell |
} // namespace ash |