Update function signatures for focused element change notifications

1609749
This commit is contained in:
Jeremy Apthorp 2019-05-22 12:55:37 -07:00
parent 7d212b17f8
commit 4f6d24026d
2 changed files with 3 additions and 3 deletions

View file

@ -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();