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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 1605863002: Restart search in page when new text is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index a0f57e90d9b161b4035035133f4eddddc560c077..3fbd78bbeeecab66594ffc58e51d36d5e9a1f3dc 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -235,7 +235,8 @@ public:
const WebString& searchText,
const WebFindOptions&,
bool wrapWithinFrame,
- WebRect* selectionRect) = 0;
+ WebRect* selectionRect,
+ bool* activeNow) = 0;
paulmeyer 2016/02/12 13:58:49 nit: Similar to what you did with TestFinder::find
dvadym 2016/02/12 16:46:06 Sure, Done.
// Notifies the frame that we are no longer interested in searching.
// This will abort any asynchronous scoping effort already under way

Powered by Google App Engine
This is Rietveld 408576698