| Index: chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| index 07f6e44b70dddbdf0759260e39d259a6091a6655..27fe3dc41df60c9760c4301883f91838b992de96 100644
|
| --- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| @@ -2989,7 +2989,7 @@ IN_PROC_BROWSER_TEST_P(WebViewFocusTest, TouchFocusesEmbedder) {
|
| views::View* other_focusable_view = new views::View();
|
| other_focusable_view->SetBounds(bounds.x() + bounds.width(), bounds.y(), 100,
|
| 100);
|
| - other_focusable_view->SetFocusable(true);
|
| + other_focusable_view->SetFocusBehavior(views::View::FocusBehavior::ALWAYS);
|
| aura_webview->parent()->AddChildView(other_focusable_view);
|
| other_focusable_view->SetPosition(gfx::Point(bounds.x() + bounds.width(), 0));
|
|
|
|
|