| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 2d7f4db1468ab44a11a94e7a9ca6301abb98667f..94f0d0b9fe9520a66335f99369588e90dc0ff1d8 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -139,7 +139,7 @@ public:
|
| void printPagesWithBoundaries(WebCanvas*, const WebSize&) 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&,
|
|
|