| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index bd51bfa520d4c2f439bcb50424b24f7020d917e9..48a58e7c211507f33327db6b862a43f05bc75d69 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1582,7 +1582,7 @@ void ShellSurface::UpdateShadow() {
|
| if (shadow_underlay_)
|
| shadow_underlay_->Hide();
|
| } else {
|
| - wm::SetShadowElevation(window, wm::ShadowElevation::MEDIUM);
|
| + wm::SetShadowElevation(window, wm::ShadowElevation::DEFAULT);
|
| gfx::Rect shadow_content_bounds =
|
| gfx::ScaleToEnclosedRect(shadow_content_bounds_, 1.f / scale_);
|
|
|
|
|