| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 319655ed890f85808b248cf1962dfc1d5e72c8ba..d8fe7be8603edf7ea6e0fdefc57a0f1d7961f81d 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.
|
|
|