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 2b6eba7feb5375967a9f25f335c7ed231a738614..0bc23a97e0a3f3517767b3cf2349a729c8e46c46 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -198,7 +198,7 @@ public: |
void printPagesWithBoundaries(WebCanvas*, const WebSize&) override; |
bool find( |
int identifier, const WebString& searchText, const WebFindOptions&, |
- bool wrapWithinFrame, WebRect* selectionRect) override; |
+ bool wrapWithinFrame, WebRect* selectionRect, bool& newTextFound) override; |
void stopFinding(bool clearSelection) override; |
void scopeStringMatches( |
int identifier, const WebString& searchText, const WebFindOptions&, |