| Index: ash/test/test_shell_delegate.h
|
| ===================================================================
|
| --- ash/test/test_shell_delegate.h (revision 177189)
|
| +++ ash/test/test_shell_delegate.h (working copy)
|
| @@ -67,6 +67,7 @@
|
| virtual void SaveScreenMagnifierScale(double scale) OVERRIDE;
|
| virtual double GetSavedScreenMagnifierScale() OVERRIDE;
|
| virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root) OVERRIDE;
|
| + virtual aura::client::StackingClient* CreateStackingClient() OVERRIDE;
|
| virtual RootWindowHostFactory* CreateRootWindowHostFactory() OVERRIDE;
|
|
|
| int num_exit_requests() const { return num_exit_requests_; }
|
|
|