| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 9932ae9aba885eaddbdf65b7ba73d44b83e2fadd..d1144ac4882b879408025065b2a442e055ff1aa5 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -163,6 +163,10 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| Ownership ownership;
|
| bool mirror_origin_in_rtl;
|
| bool has_dropshadow;
|
| + // Only used by NativeWidgetWin. Specifies that the system default caption
|
| + // and icon should not be rendered, and that the client area should be
|
| + // equivalent to the window area.
|
| + bool remove_standard_frame;
|
| // Whether the widget should be maximized or minimized.
|
| ui::WindowShowState show_state;
|
| // Should the widget be double buffered? Default is false.
|
|
|