Update function signatures for focused element change notifications
1609749
This commit is contained in:
parent
7d212b17f8
commit
4f6d24026d
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ void AutofillAgent::DidChangeScrollOffset() {
|
|||
HidePopup();
|
||||
}
|
||||
|
||||
void AutofillAgent::FocusedNodeChanged(const blink::WebNode&) {
|
||||
void AutofillAgent::FocusedElementChanged(const blink::WebElement&) {
|
||||
focused_node_was_last_clicked_ = false;
|
||||
was_focused_before_now_ = false;
|
||||
HidePopup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue