0

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:
paulmeyer
2017-01-24 10:36:45 -08:00
committed by Commit bot
parent 0702925bc3
commit 8c287600d8

@ -2312,6 +2312,7 @@ bool PDFiumEngine::SelectFindResult(bool forward) {
}
client_->NotifySelectedFindResultChanged(current_find_index_.GetIndex());
client_->NotifyNumberOfFindResultsChanged(find_results_.size(), true);
return true;
}