| 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 9687c43c8c446634a741841529e58539427bfb8c..b3388f607abfc2c1c4222debd231e07716cbf847 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -197,7 +197,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&,
|
|
|