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 6bdaa79601c7180bb62a1a5d331e8414b3976756..9f6fe111ba6aac9f8aacc93e0bf5cd9de274031c 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)); |