Index: ui/aura_shell/modal_container_layout_manager.cc |
=================================================================== |
--- ui/aura_shell/modal_container_layout_manager.cc (revision 112233) |
+++ ui/aura_shell/modal_container_layout_manager.cc (working copy) |
@@ -160,7 +160,7 @@ |
params.bounds = gfx::Rect(0, 0, container_->bounds().width(), |
container_->bounds().height()); |
modal_screen_->Init(params); |
- modal_screen_->GetNativeView()->SetName( |
+ modal_screen_->GetNativeView()->set_name( |
"ModalContainerLayoutManager.ModalScreen"); |
modal_screen_->SetContentsView(new ScreenView); |
modal_screen_->GetNativeView()->layer()->SetOpacity(0.0f); |