| Index: ash/mus/test/wm_test_base.h
|
| diff --git a/ash/mus/test/wm_test_base.h b/ash/mus/test/wm_test_base.h
|
| index 22c70dd03a124fd188a365365608b9b44c55d356..16fbc82930df9ca733458e9a33d4a788ee79cd17 100644
|
| --- a/ash/mus/test/wm_test_base.h
|
| +++ b/ash/mus/test/wm_test_base.h
|
| @@ -57,6 +57,7 @@ class WmTestBase : public testing::Test {
|
| ::ui::Window* CreateTestWindow(const gfx::Rect& bounds);
|
| ::ui::Window* CreateTestWindow(const gfx::Rect& bounds,
|
| ui::wm::WindowType window_type);
|
| + ::ui::Window* CreateFullscreenTestWindow();
|
|
|
| // Creates a window parented to |parent|. The returned window is visible.
|
| ::ui::Window* CreateChildTestWindow(::ui::Window* parent,
|
|
|