| Index: tests/PathOpsDebug.cpp
|
| diff --git a/tests/PathOpsDebug.cpp b/tests/PathOpsDebug.cpp
|
| index 164f9aeeea0d5e18356fa134e0cbfc297b4f5e90..c9635ea07997d0dbe48ce560d2353ead7bd6e2c6 100755
|
| --- a/tests/PathOpsDebug.cpp
|
| +++ b/tests/PathOpsDebug.cpp
|
| @@ -896,7 +896,7 @@ void SkOpAngle::dumpCurves() const {
|
| const SkOpAngle* first = this;
|
| const SkOpAngle* next = this;
|
| do {
|
| - next->fCurvePart.dumpID(next->segment()->debugID());
|
| + next->fPart.fCurve.dumpID(next->segment()->debugID());
|
| next = next->fNext;
|
| } while (next && next != first);
|
| }
|
|
|