Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.h

Issue 2920913003: Rename TextMatchMarker::rendered_rect_ to layout_rect_ (Closed)
Patch Set: Rename DMC::RenderedRectsForTextMatchMarkers() Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698