| 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 16e5008886049c2c59c6e0f0da33efef8907bc4b..f889da7b19dd3d3cd55a1be036e0fb26df7bcb92 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -94,7 +94,7 @@ class CORE_EXPORT DocumentMarkerController final
|
| Node*,
|
| DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
|
| DocumentMarkerVector Markers();
|
| - Vector<IntRect> RenderedRectsForTextMatchMarkers();
|
| + Vector<IntRect> LayoutRectsForTextMatchMarkers();
|
| void InvalidateRectsForAllTextMatchMarkers();
|
| void InvalidateRectsForTextMatchMarkersInNode(const Node&);
|
|
|
|
|