Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index 380af07bf751e63ea8a44a4b0e7676acfb31a034..206a4760a4bf9e9928ed77d41fd925481dd52cb0 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -173,5 +173,9 @@ ui::MenuModel* ShellDelegateImpl::CreateContextMenu(aura::RootWindow* root) { |
return new ContextMenu(root); |
} |
+aura::client::StackingClient* ShellDelegateImpl::CreateStackingClient() { |
+ return NULL; |
+} |
+ |
} // namespace shell |
} // namespace ash |