Chromium Code Reviews| Index: views/widget/widget.h |
| =================================================================== |
| --- views/widget/widget.h (revision 88473) |
| +++ views/widget/widget.h (working copy) |
| @@ -94,6 +94,8 @@ |
| struct InitParams { |
| enum Type { |
| TYPE_WINDOW, // A Window, like a frame window. |
| + TYPE_WINDOW_FRAMELESS, |
|
Daniel Erat
2011/06/09 05:40:22
Naming suggestion: TYPE_WINDOW_UNMANAGED? That's
Daniel Erat
2011/06/09 11:23:43
Whoops, disregard this, of course. For some reaso
|
| + // An undecorated Window. |
| TYPE_CONTROL, // A control, like a button. |
| TYPE_POPUP, // An undecorated Window, with transient properties. |
| TYPE_MENU // An undecorated Window, with transient properties |