| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 56b40ce940384117dbb8e4f467ae664507977b2e..593a402928cee21be11069b5d65927c8e9bf2a08 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -193,10 +193,10 @@ class Internals final : public GarbageCollected<Internals>,
|
| bool thick,
|
| const String& background_color_value,
|
| ExceptionState&);
|
| - void setMarkersActive(Node*,
|
| - unsigned start_offset,
|
| - unsigned end_offset,
|
| - bool);
|
| + void setTextMatchMarkersActive(Node*,
|
| + unsigned start_offset,
|
| + unsigned end_offset,
|
| + bool);
|
| void setMarkedTextMatchesAreHighlighted(Document*, bool);
|
|
|
| void setFrameViewPosition(Document*, long x, long y, ExceptionState&);
|
|
|