Index: ui/aura/test/test_windows.h |
diff --git a/ui/aura/test/test_windows.h b/ui/aura/test/test_windows.h |
index 2edf13330701b0b56689cf88e2d139319e145061..c1babf0bb7012392f0bd86af6818b79ade593be5 100644 |
--- a/ui/aura/test/test_windows.h |
+++ b/ui/aura/test/test_windows.h |
@@ -10,6 +10,7 @@ |
#include "third_party/skia/include/core/SkColor.h" |
#include "ui/aura/test/test_window_delegate.h" |
#include "ui/aura/test/aura_test_base.h" |
+#include "ui/aura/window_types.h" |
namespace gfx { |
class Canvas; |
@@ -28,6 +29,11 @@ Window* CreateTestWindowWithDelegate(WindowDelegate* delegate, |
int id, |
const gfx::Rect& bounds, |
Window* parent); |
+Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate, |
+ WindowType type, |
+ int id, |
+ const gfx::Rect& bounds, |
+ Window* parent); |
} // namespace test |
} // namespace aura |