| 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 2e98fa2e24220ad6b660733937ddcf0fd9601665..91772ee8f5d92bd4958bf898ab1d881a4bf4c08b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -193,6 +193,11 @@ class Internals final : public GarbageCollected<Internals>,
|
| const String& thickness_value,
|
| const String& background_color_value,
|
| ExceptionState&);
|
| + void addActiveSuggestionMarker(const Range*,
|
| + const String& underline_color_value,
|
| + const String& thickness_value,
|
| + const String& background_color_value,
|
| + ExceptionState&);
|
| void setTextMatchMarkersActive(Node*,
|
| unsigned start_offset,
|
| unsigned end_offset,
|
|
|