Index: ash/shell/window_type_launcher.cc |
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc |
index 2e6d29632306008d79497a58804bc93d27e645d1..a9f20f1eab6aa918a8af4204fabb57a870f4ca4a 100644 |
--- a/ash/shell/window_type_launcher.cc |
+++ b/ash/shell/window_type_launcher.cc |
@@ -165,7 +165,8 @@ void InitWindowTypeLauncher() { |
new WindowTypeLauncher, Shell::GetPrimaryRootWindow(), |
gfx::Rect(120, 150, 300, 410)); |
widget->GetNativeView()->SetName("WindowTypeLauncher"); |
- ::wm::SetShadowType(widget->GetNativeView(), ::wm::SHADOW_TYPE_RECTANGULAR); |
+ ::wm::SetShadowElevation(widget->GetNativeView(), |
+ ::wm::ShadowElevation::MEDIUM); |
widget->Show(); |
} |