| Index: ui/views/bubble/bubble_delegate.cc
|
| diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
|
| index d2a53ec2387bc22581e526bff075c17c9f5a9f31..0b890eca5d0ff4ef21d8eaf1cc65f5d3a8076ced 100644
|
| --- a/ui/views/bubble/bubble_delegate.cc
|
| +++ b/ui/views/bubble/bubble_delegate.cc
|
| @@ -278,7 +278,7 @@ gfx::Rect BubbleDelegateView::GetBubbleBounds() {
|
|
|
| void BubbleDelegateView::UpdateColorsFromTheme(const ui::NativeTheme* theme) {
|
| if (!color_explicitly_set_)
|
| - color_ = theme->GetSystemColor(ui::NativeTheme::kColorId_WindowBackground);
|
| + color_ = theme->GetSystemColor(ui::NativeTheme::kColorId_DialogBackground);
|
| set_background(Background::CreateSolidBackground(color()));
|
| BubbleFrameView* frame_view = GetBubbleFrameView();
|
| if (frame_view)
|
|
|