Index: ash/shell/shell_delegate_impl.h |
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h |
index 3dd663e0afabb24c9e901077a971607bd90bc9c6..f1ff45fde17cfacceba98809f7e0713eb9600010 100644 |
--- a/ash/shell/shell_delegate_impl.h |
+++ b/ash/shell/shell_delegate_impl.h |
@@ -68,6 +68,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
aura::RootWindow* root_window) OVERRIDE; |
virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE; |
virtual bool IsSearchKeyActingAsFunctionKey() const OVERRIDE; |
+ virtual aura::RootWindowDelegate* CreateRootWindowDelegate() OVERRIDE; |
private: |
// Used to update Launcher. Owned by main. |