| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index ba4eb4e40c9fbf0e40f19163d927817a6614095f..b139969e5b474cddbeaa20fb40be1272d26463c4 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -235,7 +235,8 @@ public:
|
| const WebString& searchText,
|
| const WebFindOptions&,
|
| bool wrapWithinFrame,
|
| - WebRect* selectionRect) = 0;
|
| + WebRect* selectionRect,
|
| + bool* activeNow = nullptr) = 0;
|
|
|
| // Notifies the frame that we are no longer interested in searching.
|
| // This will abort any asynchronous scoping effort already under way
|
|
|