| Index: src/pathops/SkQuarticRoot.cpp
|
| diff --git a/src/pathops/SkQuarticRoot.cpp b/src/pathops/SkQuarticRoot.cpp
|
| index 596d2a25d6fef276765e2dd0ed69ea51297d5e69..d3a6a781c7938329f1605df5c5b83d3e065ea489 100644
|
| --- a/src/pathops/SkQuarticRoot.cpp
|
| +++ b/src/pathops/SkQuarticRoot.cpp
|
| @@ -40,7 +40,7 @@ int SkReducedQuarticRoots(const double t4, const double t3, const double t2, con
|
| SK_SNPRINTF(str, sizeof(str),
|
| "Solve[%1.19g x^4 + %1.19g x^3 + %1.19g x^2 + %1.19g x + %1.19g == 0, x]",
|
| t4, t3, t2, t1, t0);
|
| - mathematica_ize(str, sizeof(str));
|
| + SkPathOpsDebug::MathematicaIze(str, sizeof(str));
|
| #if ONE_OFF_DEBUG && ONE_OFF_DEBUG_MATHEMATICA
|
| SkDebugf("%s\n", str);
|
| #endif
|
|
|