Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed May 30, 2023
1 parent 680a4a3 commit 6465ae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions display_list/geometry/dl_rtree.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ class DlRTree : public SkRefCnt {

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

0 comments on commit 6465ae8

Please sign in to comment.