Index: third_party/WebKit/Source/web/TextFinder.h |
diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h |
index 1f48460022ef820cf8ad19207e03558b6ea024dd..4277522ba9ea8ca4a9ff39c03c86efab264bf2e2 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.h |
+++ b/third_party/WebKit/Source/web/TextFinder.h |
@@ -209,6 +209,8 @@ private: |
// Returns the ordinal of the first match in the owner frame. |
int ordinalOfFirstMatch() const; |
+ PassRefPtrWillBeRawPtr<Range> findStringAndScrollToVisible(const String&, FindOptions); |
+ |
RawPtrWillBeMember<WebLocalFrameImpl> m_ownerFrame; |
// A way for the main frame to keep track of which frame has an active |