| Index: ui/views/window/dialog_frame_view.cc
|
| diff --git a/ui/views/window/dialog_frame_view.cc b/ui/views/window/dialog_frame_view.cc
|
| index 00435471b9d9bf7535fe5499a8cb36e941758a1d..3949948ba9ebd85b453aadd5332a2a02d1392614 100644
|
| --- a/ui/views/window/dialog_frame_view.cc
|
| +++ b/ui/views/window/dialog_frame_view.cc
|
| @@ -37,9 +37,9 @@ DialogFrameView::DialogFrameView(const string16& title)
|
| : title_(NULL),
|
| close_(NULL) {
|
| BubbleBorder* border =
|
| - new BubbleBorder(BubbleBorder::FLOAT, BubbleBorder::SMALL_SHADOW);
|
| - border->set_background_color(GetNativeTheme()->GetSystemColor(
|
| - ui::NativeTheme::kColorId_DialogBackground));
|
| + new BubbleBorder(BubbleBorder::FLOAT, BubbleBorder::SMALL_SHADOW,
|
| + GetNativeTheme()->GetSystemColor(
|
| + ui::NativeTheme::kColorId_DialogBackground));
|
| set_border(border);
|
| // Update the background, which relies on the border.
|
| set_background(new BubbleBackground(border));
|
|
|