Make PDFs return find replies in the same form as regular pages.
BUG=684039,55421 Review-Url: https://codereview.chromium.org/2651843005 Cr-Commit-Position: refs/heads/master@{#445763}
This commit is contained in:
@ -2312,6 +2312,7 @@ bool PDFiumEngine::SelectFindResult(bool forward) {
|
||||
}
|
||||
|
||||
client_->NotifySelectedFindResultChanged(current_find_index_.GetIndex());
|
||||
client_->NotifyNumberOfFindResultsChanged(find_results_.size(), true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user