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; |