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

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

Issue 2186113002: Fix find-in-page re-scope across frame boundaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 59e559efda3a82ae4f9bd4064bc772b1dd3b3809..71a657720c1ee46892d3a5b8d795108f2bc2c6ba 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -356,6 +356,9 @@ public:
// Cancels any outstanding requests for scoping string matches on a frame.
virtual void cancelPendingScopingEffort() = 0;
+ // Indicates whether there is a scoping effort in progress.
+ virtual bool scopingInProgress() = 0;
+
// This function is called on the main frame during the scoping effort
// to keep a running tally of the accumulated total match-count for all
// frames. After updating the count it will notify the WebViewClient
« content/renderer/render_frame_impl.cc ('K') | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698