Index: ui/aura_shell/modal_container_layout_manager.cc |
diff --git a/ui/aura_shell/modal_container_layout_manager.cc b/ui/aura_shell/modal_container_layout_manager.cc |
index 7961499c4e44cf5466e57954d8097576983dc962..4ee2d11df16a5b36fd0a9893284769d98a9415f4 100644 |
--- a/ui/aura_shell/modal_container_layout_manager.cc |
+++ b/ui/aura_shell/modal_container_layout_manager.cc |
@@ -160,7 +160,7 @@ void ModalContainerLayoutManager::CreateModalScreen() { |
params.bounds = gfx::Rect(0, 0, container_->bounds().width(), |
container_->bounds().height()); |
modal_screen_->Init(params); |
- modal_screen_->GetNativeView()->set_name( |
+ modal_screen_->GetNativeView()->SetName( |
"ModalContainerLayoutManager.ModalScreen"); |
modal_screen_->SetContentsView(new ScreenView); |
modal_screen_->GetNativeView()->layer()->SetOpacity(0.0f); |