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