views: Explicitly set initially focused view
This commit is contained in:
parent
413fdc6f0d
commit
9000bd6679
2 changed files with 4 additions and 2 deletions
|
@ -214,6 +214,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
|
||||
std::unique_ptr<views::Widget> window_;
|
||||
views::View* web_view_; // Managed by inspectable_web_contents_.
|
||||
views::View* focused_view_; // The view should be focused by default.
|
||||
|
||||
std::unique_ptr<AutofillPopup> autofill_popup_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue