| 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 d759b830964c19c5772b67eb272b1d8a3637541b..060c6b305b1149c465c58af5e5a460c015493c06 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -30,6 +30,7 @@
|
| #define DocumentMarkerController_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/dom/SynchronousMutationObserver.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/markers/DocumentMarker.h"
|
| #include "platform/geometry/IntRect.h"
|
| @@ -107,7 +108,6 @@ class CORE_EXPORT DocumentMarkerController final
|
| void removeMarkers(const MarkerRemoverPredicate& shouldRemoveMarker);
|
| void repaintMarkers(
|
| DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
|
| - void shiftMarkers(Node*, unsigned startOffset, int delta);
|
| // Returns true if markers within a range are found.
|
| bool setMarkersActive(const EphemeralRange&, bool);
|
| // Returns true if markers within a range defined by a node, |startOffset| and
|
|
|