| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index f4b0b21d94294c30827b4ea734fa933cac5d7efc..9710e9d398d5876356e0fabc4d00224ea8a40402 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -583,7 +583,7 @@ void WebRemoteFrameImpl::printPagesWithBoundaries(WebCanvas*, const WebSize&)
|
|
|
| bool WebRemoteFrameImpl::find(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
| - bool wrapWithinFrame, WebRect* selectionRect)
|
| + bool wrapWithinFrame, WebRect* selectionRect, bool* activeNow)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return false;
|
|
|