| 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 1f48460022ef820cf8ad19207e03558b6ea024dd..72b45db454e2850be731eef830168ac042384b34 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.h
|
| +++ b/third_party/WebKit/Source/web/TextFinder.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| bool find(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
| - bool wrapWithinFrame, WebRect* selectionRect);
|
| + bool wrapWithinFrame, WebRect* selectionRect, bool* activeNow);
|
| void stopFindingAndClearSelection();
|
| void scopeStringMatches(
|
| int identifier, const WebString& searchText, const WebFindOptions&,
|
| @@ -157,7 +157,7 @@ private:
|
| void addMarker(Range*, bool activeMatch);
|
|
|
| // Sets the markers within a range as active or inactive.
|
| - void setMarkerActive(Range*, bool active);
|
| + bool setMarkerActive(Range*, bool active);
|
|
|
| // Removes all markers.
|
| void unmarkAllTextMatches();
|
|
|