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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 3c57500a5b8c1297191d2b91ca490f0e8deb1a63..a671896179fba9b7547a504d7d3d4e2ca476c7b5 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -232,6 +232,7 @@ public:
int identifier, const WebString& searchText, const WebFindOptions&,
bool reset) override;
void cancelPendingScopingEffort() override;
+ bool scopingInProgress() override;
void increaseMatchCount(int count, int identifier) override;
void resetMatchCount() override;
int findMatchMarkersVersion() const override;

Powered by Google App Engine
This is Rietveld 408576698