| Index: third_party/WebKit/Source/web/TextFinder.h
|
| diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h
|
| index c670aaf331c2ceea637958ec0173a54baab0020a..2cb58f71415aba53022f4ff89f7d41f759706d80 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.h
|
| +++ b/third_party/WebKit/Source/web/TextFinder.h
|
| @@ -167,7 +167,7 @@ private:
|
| // It is not necessary if the frame is invisible, for example, or if this
|
| // is a repeat search that already returned nothing last time the same prefix
|
| // was searched.
|
| - bool shouldScopeMatches(const WTF::String& searchText);
|
| + bool shouldScopeMatches(const WTF::String& searchText, const WebFindOptions&);
|
|
|
| // Removes the current frame from the global scoping effort and triggers any
|
| // updates if appropriate. This method does not mark the scoping operation
|
|
|