| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h | 
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h | 
| index 0088077e5a2dcccf745eb80e547813516af7b4ec..eac35e13cbb6a32108a962f1113fdf182551089a 100644 | 
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h | 
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h | 
| @@ -140,7 +140,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&, | 
|  |