diff options
Diffstat (limited to 'ash/shell/shell_delegate_impl.cc')
-rw-r--r-- | ash/shell/shell_delegate_impl.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index d53fe07..879ccdd 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/host/root_window_host_factory.h" #include "ash/shell/example_factory.h" #include "ash/shell/launcher_delegate_impl.h" #include "ash/shell/context_menu.h" @@ -213,5 +214,9 @@ bool ShellDelegateImpl::IsSearchKeyActingAsFunctionKey() const { return false; } +RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() { + return RootWindowHostFactory::Create(); +} + } // namespace shell } // namespace ash |