| Index: tests/PathOpsOpTest.cpp
|
| diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp
|
| index 7de910cf6fbaae9f663fe1f64286e19319436e2b..1443198bc8f1f068be57c3123cb9c3d0fde982db 100644
|
| --- a/tests/PathOpsOpTest.cpp
|
| +++ b/tests/PathOpsOpTest.cpp
|
| @@ -3846,7 +3846,7 @@ static void cubicOp130(skiatest::Reporter* reporter, const char* filename) {
|
| static void complex_to_quads(const SkPoint pts[], SkPath* path) {
|
| SkScalar loopT;
|
| if (SkDCubic::ComplexBreak(pts, &loopT)) {
|
| - SkPoint cubicPair[7];
|
| + SkPoint cubicPair[7];
|
| SkChopCubicAt(pts, cubicPair, loopT);
|
| SkDCubic c1, c2;
|
| c1.set(cubicPair);
|
|
|