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

Commit ab27e3c

Browse files
author
Emmanuel Garcia
committed
Format
1 parent 362e409 commit ab27e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/skia/platform_view_rtree.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void PlatformViewRTree::searchRects(Node* node,
220220
// the merge. As a result, find such cases and remove them from the result list.
221221
std::list<SkRect>::iterator currRectItr = firstIntersectingRectItr;
222222
if (currRectItr != results.end()) {
223-
currRectItr++;
223+
currRectItr++;
224224
}
225225
while (replacedExistingRect && currRectItr != results.end()) {
226226
if (SkRect::Intersects(*currRectItr, *firstIntersectingRectItr)) {

0 commit comments

Comments
 (0)