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

Unified Diff: src/pathops/SkOpSegment.cpp

Issue 1323813003: remove duplicate linked list adjustment (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | tests/PathOpsBuilderTest.cpp » ('j') | tests/PathOpsBuilderTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pathops/SkOpSegment.cpp
diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp
index 99af13a04e3274210bf85cb9c435efbecaafc09e..e332954fc0ef8322cfde630565221f426601fa7d 100644
--- a/src/pathops/SkOpSegment.cpp
+++ b/src/pathops/SkOpSegment.cpp
@@ -1437,7 +1437,6 @@ void SkOpSegment::moveNearby() {
return;
}
spanS->merge(test->upCast());
- spanS->upCast()->setNext(next);
goto checkNextSpan;
}
} while ((testBase = testBase->next()) != test->ptT());
« no previous file with comments | « no previous file | tests/PathOpsBuilderTest.cpp » ('j') | tests/PathOpsBuilderTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698