Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: pdf/pdfium/pdfium_engine.cc

Issue 2651843005: Make PDFs return find replies in the same form as regular pages. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/pdfium_engine.cc
diff --git a/pdf/pdfium/pdfium_engine.cc b/pdf/pdfium/pdfium_engine.cc
index 3e8f5b4971c7882edaeda36a2909ca6df1915483..b32834646496319a32907f4aaa36fd0d99a53137 100644
--- a/pdf/pdfium/pdfium_engine.cc
+++ b/pdf/pdfium/pdfium_engine.cc
@@ -2299,6 +2299,7 @@ bool PDFiumEngine::SelectFindResult(bool forward) {
}
client_->NotifySelectedFindResultChanged(current_find_index_.GetIndex());
+ client_->NotifyNumberOfFindResultsChanged(find_results_.size(), true);
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698