| Index: ui/views/window/dialog_delegate.cc
|
| diff --git a/ui/views/window/dialog_delegate.cc b/ui/views/window/dialog_delegate.cc
|
| index 3922802fc5ff9af5f62f0c15e1d172dc82a45c74..20da661b39eb9164d7874c7d492d88cba5f41b0c 100644
|
| --- a/ui/views/window/dialog_delegate.cc
|
| +++ b/ui/views/window/dialog_delegate.cc
|
| @@ -89,7 +89,8 @@ View* DialogDelegate::GetInitiallyFocusedView() {
|
| }
|
|
|
| ClientView* DialogDelegate::CreateClientView(Widget* widget) {
|
| - return new DialogClientView(widget, GetContentsView());
|
| + return new DialogClientView(widget, GetContentsView(),
|
| + DialogClientView::STYLE_NATIVE);
|
| }
|
|
|
| const DialogClientView* DialogDelegate::GetDialogClientView() const {
|
|
|