Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrame.h |
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
| index b0ccc8e70da5140dc566e2db7d4f2f17d9448e4b..edf3304e137fb07df0bde21bd1676bdec30c4a2e 100644 |
| --- a/third_party/WebKit/public/web/WebFrame.h |
| +++ b/third_party/WebKit/public/web/WebFrame.h |
| @@ -557,10 +557,11 @@ public: |
| // |
| // Returns true if the search string was found, false otherwise. |
| virtual bool find(int identifier, |
| - const WebString& searchText, |
| - const WebFindOptions& options, |
|
Finnur
2016/01/29 17:47:50
Nit: Why delete this?
dvadym
2016/02/01 12:41:10
Style checker in git cl upload says that a name sh
|
| - bool wrapWithinFrame, |
| - WebRect* selectionRect) = 0; |
| + const WebString& searchText, |
| + const WebFindOptions&, |
| + bool wrapWithinFrame, |
| + WebRect* selectionRect, |
| + bool* activeNow) = 0; |
| // Notifies the frame that we are no longer interested in searching. |
| // This will abort any asynchronous scoping effort already under way |