| Index: ui/views/controls/webview/webview_unittest.cc
|
| diff --git a/ui/views/controls/webview/webview_unittest.cc b/ui/views/controls/webview/webview_unittest.cc
|
| index 193828e24ad4beced07fccfb5d00038e1c500245..7c85a7255b8a7f85657a1b67307d517fc89a7d58 100644
|
| --- a/ui/views/controls/webview/webview_unittest.cc
|
| +++ b/ui/views/controls/webview/webview_unittest.cc
|
| @@ -401,7 +401,7 @@ TEST_F(WebViewUnitTest, EmbeddedFullscreenDuringScreenCapture_ClickToFocus) {
|
| web_view()->SetBoundsRect(gfx::Rect(0, 0, 100, 90));
|
| views::View* const something_to_focus = new views::View();
|
| something_to_focus->SetBoundsRect(gfx::Rect(0, 90, 100, 10));
|
| - something_to_focus->SetFocusable(true);
|
| + something_to_focus->SetFocusBehavior(View::FocusBehavior::ALWAYS);
|
| top_level_widget()->GetContentsView()->AddChildView(something_to_focus);
|
|
|
| web_view()->SetEmbedFullscreenWidgetMode(true);
|
|
|