Index: ash/test/test_shell_delegate.h |
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h |
index 8138aa86eab29c25c74ddb102dceeaabf0aa3645..f96c370381e3a992703b4984e7119da5262290a7 100644 |
--- a/ash/test/test_shell_delegate.h |
+++ b/ash/test/test_shell_delegate.h |
@@ -57,6 +57,7 @@ class TestShellDelegate : public ShellDelegate { |
virtual void SaveScreenMagnifierScale(double scale) OVERRIDE; |
virtual double GetSavedScreenMagnifierScale() OVERRIDE; |
virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root) OVERRIDE; |
+ virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE; |
int num_exit_requests() const { return num_exit_requests_; } |
private: |