| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 0e993ba5ef8bffbe2de8e8dffd029a69e217f66a..1d4a16aa7afe4143d14aa63f0d5c0568e38821c9 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1593,7 +1593,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_);
|
|
|
|
|