Index: components/exo/shell_surface.cc |
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc |
index 6248a27c13212c96588327d4db216d9844e79d12..e98dfc48ff9871fa0ef1cf2e99a02b5012550e53 100644 |
--- a/components/exo/shell_surface.cc |
+++ b/components/exo/shell_surface.cc |
@@ -1274,10 +1274,10 @@ void ShellSurface::UpdateShadow() { |
// TODO(oshima): Setting to the same value should be no-op. |
// crbug.com/642223. |
- if (shadow_underlay_opacity != |
- shadow_underlay_->layer()->GetTargetOpacity()) { |
+ //if (shadow_underlay_opacity != |
+ //shadow_underlay_->layer()->GetTargetOpacity()) { |
shadow_underlay_->layer()->SetOpacity(shadow_underlay_opacity); |
- } |
+ //} |
shadow_underlay_->Show(); |