| 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 a599e2b93f85ccf5a58b95411842aba078667b0d..e103e71e6341ad8a24f51106629b65d23784643f 100644
|
| --- a/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| +++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc
|
| @@ -2979,7 +2979,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));
|
|
|
|
|