| Index: ui/views/widget/widget.cc
|
| diff --git a/ui/views/widget/widget.cc b/ui/views/widget/widget.cc
|
| index 4ccf36d4c1ae8452c7615b75d7a253510781241b..bcd829c189c2e77b947a5152709de113ce0c71d0 100644
|
| --- a/ui/views/widget/widget.cc
|
| +++ b/ui/views/widget/widget.cc
|
| @@ -120,6 +120,7 @@ Widget::InitParams::InitParams()
|
| ownership(NATIVE_WIDGET_OWNS_WIDGET),
|
| mirror_origin_in_rtl(false),
|
| has_dropshadow(false),
|
| + remove_standard_frame(false),
|
| show_state(ui::SHOW_STATE_DEFAULT),
|
| double_buffer(false),
|
| parent(NULL),
|
| @@ -142,6 +143,7 @@ Widget::InitParams::InitParams(Type type)
|
| ownership(NATIVE_WIDGET_OWNS_WIDGET),
|
| mirror_origin_in_rtl(false),
|
| has_dropshadow(false),
|
| + remove_standard_frame(false),
|
| show_state(ui::SHOW_STATE_DEFAULT),
|
| double_buffer(false),
|
| parent(NULL),
|
|
|