| Index: ui/app_list/views/start_page_view.cc
|
| diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc
|
| index a5c45bfd6a18d01269efc147ba078af27d77749f..cb2ca80a7818a516caed007b39c02a3a457b513c 100644
|
| --- a/ui/app_list/views/start_page_view.cc
|
| +++ b/ui/app_list/views/start_page_view.cc
|
| @@ -283,7 +283,7 @@ void StartPageView::InitInstantContainer() {
|
| views::View* web_view = view_delegate_->CreateStartPageWebView(
|
| gfx::Size(kWebViewWidth, kWebViewHeight));
|
| if (web_view) {
|
| - web_view->SetFocusable(false);
|
| + web_view->SetFocusBehavior(FocusBehavior::NEVER);
|
| instant_container_->AddChildView(web_view);
|
| }
|
|
|
|
|