Index: ash/common/test/ash_test_impl.h |
diff --git a/ash/common/test/ash_test_impl.h b/ash/common/test/ash_test_impl.h |
index 0b5cf69973ddfa2cb2a8c1abf2ae9e401a943e29..ab477c9fdb4919e4e6496cce24e8a2f06c589634 100644 |
--- a/ash/common/test/ash_test_impl.h |
+++ b/ash/common/test/ash_test_impl.h |
@@ -43,10 +43,17 @@ class AshTestImpl { |
const gfx::Rect& bounds_in_screen, |
ui::wm::WindowType type, |
int shell_window_id) = 0; |
+ virtual std::unique_ptr<WindowOwner> CreateToplevelTestWindow( |
+ const gfx::Rect& bounds_in_screen, |
+ int shell_window_id) = 0; |
virtual display::Display GetSecondaryDisplay() = 0; |
virtual bool SetSecondaryDisplayPlacement( |
display::DisplayPlacement::Position position, |
int offset) = 0; |
+ virtual void ConfigureWidgetInitParamsForDisplay( |
+ WmWindow* window, |
+ views::Widget::InitParams* init_params) = 0; |
+ virtual void AddTransientChild(WmWindow* parent, WmWindow* window) = 0; |
}; |
} // namespace ash |