| 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 9158bdade0dbb7a800039726c17f3192f96b0118..3975bea72f2adfc9b3851aac5492d609e6e60b6d 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -42,7 +42,6 @@ namespace blink {
|
|
|
| class DocumentMarkerList;
|
| class Node;
|
| -class RenderedDocumentMarker;
|
|
|
| class CORE_EXPORT DocumentMarkerController final
|
| : public GarbageCollected<DocumentMarkerController>,
|
| @@ -95,7 +94,6 @@ class CORE_EXPORT DocumentMarkerController final
|
| DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
|
| DocumentMarkerVector Markers();
|
| Vector<IntRect> RenderedRectsForTextMatchMarkers();
|
| - void UpdateMarkerRenderedRectIfNeeded(const Node&, RenderedDocumentMarker&);
|
| void InvalidateRectsForAllTextMatchMarkers();
|
| void InvalidateRectsForTextMatchMarkersInNode(const Node&);
|
|
|
|
|