| 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 e00e9b187f8bdf67a4767c89078632d7d7c44ea5..a7797bd5f3dae0f87d4d6cd33104b66f6f3126e8 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -243,7 +243,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) override;
|
| void stopFinding(bool clearSelection) override;
|
| void scopeStringMatches(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
|
|