Index: third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h |
index 227a2fe5270b85202a42c919cb25b53e4be46dba..f747078832987a1398984e08186a75fd1990de6e 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h |
+++ b/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h |
@@ -36,7 +36,7 @@ class CORE_EXPORT TextMatchMarkerListImpl final : public DocumentMarkerList { |
DECLARE_VIRTUAL_TRACE(); |
// TextMatchMarkerListImpl-specific |
- Vector<IntRect> RenderedRects(const Node&) const; |
+ Vector<IntRect> LayoutRects(const Node&) const; |
// Returns true if markers within a range defined by |startOffset| and |
// |endOffset| are found. |
bool SetTextMatchMarkersActive(unsigned start_offset, |