Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6465ae8

Browse files
committed
Update documentation
1 parent 680a4a3 commit 6465ae8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

display_list/geometry/dl_rtree.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ class DlRTree : public SkRefCnt {
109109

110110
/// Finds the rects in the tree that intersect with the query rect.
111111
///
112-
/// When two matching query results intersect with each other, they are
113-
/// joined into a single rect which also intersects with the query rect.
112+
/// The returned list of rectangles will be non-overlapping.
114113
/// In other words, the bounds of each rect in the result list are mutually
115114
/// exclusive.
116115
std::list<SkRect> searchAndConsolidateRects(const SkRect& query) const;

0 commit comments

Comments
 (0)