| 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 a0f57e90d9b161b4035035133f4eddddc560c077..3fbd78bbeeecab66594ffc58e51d36d5e9a1f3dc 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) = 0;
|
|
|
| // Notifies the frame that we are no longer interested in searching.
|
| // This will abort any asynchronous scoping effort already under way
|
|
|