| Index: ui/views/bubble/tray_bubble_view.cc
|
| diff --git a/ui/views/bubble/tray_bubble_view.cc b/ui/views/bubble/tray_bubble_view.cc
|
| index 1eac7b93d1fd9b34c86282c14b1aec225e6714fc..bd51a13ce90f3afa7d9fc9a7b6f15157deaf363d 100644
|
| --- a/ui/views/bubble/tray_bubble_view.cc
|
| +++ b/ui/views/bubble/tray_bubble_view.cc
|
| @@ -28,6 +28,7 @@
|
| #include "ui/views/bubble/bubble_window_targeter.h"
|
| #include "ui/views/layout/box_layout.h"
|
| #include "ui/views/widget/widget.h"
|
| +#include "ui/wm/core/shadow_types.h"
|
|
|
| namespace views {
|
|
|
| @@ -274,6 +275,7 @@ void TrayBubbleView::OnBeforeBubbleWidgetInit(Widget::InitParams* params,
|
| delegate_->OnBeforeBubbleWidgetInit(anchor_widget(), bubble_widget, params);
|
| // Apply a WM-provided shadow (see ui/wm/core/).
|
| params->shadow_type = Widget::InitParams::SHADOW_TYPE_DROP;
|
| + params->shadow_elevation = static_cast<int>(wm::ShadowElevation::BIG);
|
| }
|
|
|
| NonClientFrameView* TrayBubbleView::CreateNonClientFrameView(Widget* widget) {
|
|
|