| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| index a287b5a89a64141d1e51670275ba96dfe801b5a7..22ada191910e4de76d90442200deacdbd88f1a95 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -33,6 +33,7 @@
|
| #include "core/dom/SynchronousMutationObserver.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/markers/DocumentMarker.h"
|
| +#include "core/editing/markers/TextMatchMarker.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/HashMap.h"
|
| @@ -57,7 +58,7 @@ class CORE_EXPORT DocumentMarkerController final
|
| const String& description = g_empty_string);
|
| void AddGrammarMarker(const EphemeralRange&,
|
| const String& description = g_empty_string);
|
| - void AddTextMatchMarker(const EphemeralRange&, DocumentMarker::MatchStatus);
|
| + void AddTextMatchMarker(const EphemeralRange&, TextMatchMarker::MatchStatus);
|
| void AddCompositionMarker(const EphemeralRange&,
|
| Color underline_color,
|
| bool thick,
|
|
|