| 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 5201e0a6d9cda94217638944d038cccfae521626..53da4822d497ba980c90e5b3d39b6cce3c2ec6b5 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -96,8 +96,8 @@ class CORE_EXPORT DocumentMarkerController final
|
| DocumentMarkerVector Markers();
|
| Vector<IntRect> RenderedRectsForTextMatchMarkers();
|
| void UpdateMarkerRenderedRectIfNeeded(const Node&, RenderedDocumentMarker&);
|
| - void InvalidateRectsForAllMarkers();
|
| - void InvalidateRectsForMarkersInNode(const Node&);
|
| + void InvalidateRectsForAllTextMatchMarkers();
|
| + void InvalidateRectsForTextMatchMarkersInNode(const Node&);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|