| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 313ea8883beab7c5db3daa489a874c1afe82bd3c..f0581827c84f0db542f367ae8a62c391eef703f6 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -80,8 +80,11 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
|
|
| typedef std::vector<Window*> Windows;
|
|
|
| - explicit Window(WindowDelegate* delegate);
|
| - Window(WindowDelegate* delegate, std::unique_ptr<WindowPort> port);
|
| + explicit Window(WindowDelegate* delegate,
|
| + ui::wm::WindowType type = ui::wm::WINDOW_TYPE_UNKNOWN);
|
| + Window(WindowDelegate* delegate,
|
| + std::unique_ptr<WindowPort> port,
|
| + ui::wm::WindowType type = ui::wm::WINDOW_TYPE_UNKNOWN);
|
| ~Window() override;
|
|
|
| // Initializes the window. This creates the window's layer.
|
|
|