| Index: ash/mus/test/ash_test_impl_mus.h
|
| diff --git a/ash/mus/test/ash_test_impl_mus.h b/ash/mus/test/ash_test_impl_mus.h
|
| index 7aa29446efaa403da814de282ef601153dd142cc..1f62ab3cb9c676d9cb86aae745e501c5b3266994 100644
|
| --- a/ash/mus/test/ash_test_impl_mus.h
|
| +++ b/ash/mus/test/ash_test_impl_mus.h
|
| @@ -29,10 +29,17 @@ class AshTestImplMus : public AshTestImpl {
|
| const gfx::Rect& bounds_in_screen,
|
| ui::wm::WindowType type,
|
| int shell_window_id) override;
|
| + std::unique_ptr<WindowOwner> CreateToplevelTestWindow(
|
| + const gfx::Rect& bounds_in_screen,
|
| + int shell_window_id) override;
|
| display::Display GetSecondaryDisplay() override;
|
| bool SetSecondaryDisplayPlacement(
|
| display::DisplayPlacement::Position position,
|
| int offset) override;
|
| + void ConfigureWidgetInitParamsForDisplay(
|
| + WmWindow* window,
|
| + views::Widget::InitParams* init_params) override;
|
| + void AddTransientChild(WmWindow* parent, WmWindow* window) override;
|
|
|
| private:
|
| // TODO(sky): fold WmTestBase directly into this class when no more subclasses
|
|
|