| 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 a286e03292b0f8d8d12b80a7785b4078012bbd93..7ed3be6e03ec62b14304aa72eb951dba6ce3b226 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -239,7 +239,7 @@ public:
|
| void replaceSelection(const WebString&) override;
|
| bool find(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
| - bool wrapWithinFrame, WebRect* selectionRect) override;
|
| + bool wrapWithinFrame, WebRect* selectionRect, bool* activeNow = nullptr) override;
|
| void stopFinding(bool clearSelection) override;
|
| void scopeStringMatches(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
|
|