| Index: src/pathops/SkPathOpsCubic.h
|
| diff --git a/src/pathops/SkPathOpsCubic.h b/src/pathops/SkPathOpsCubic.h
|
| index 7be614290d1626406780def66341ea673f46fd4e..f07af80dcdcd1e4590a1a83a869e9ebf9e3e844e 100644
|
| --- a/src/pathops/SkPathOpsCubic.h
|
| +++ b/src/pathops/SkPathOpsCubic.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "SkPath.h"
|
| #include "SkPathOpsPoint.h"
|
| -#include "SkTDArray.h"
|
| +#include "SkTArray.h"
|
|
|
| struct SkDCubicPair {
|
| const SkDCubic& first() const { return (const SkDCubic&) pts[0]; }
|
| @@ -74,7 +74,7 @@ struct SkDCubic {
|
| }
|
|
|
| SkDPoint top(double startT, double endT) const;
|
| - void toQuadraticTs(double precision, SkTDArray<double>* ts) const;
|
| + void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
|
| SkDQuad toQuad() const;
|
| SkDPoint xyAtT(double t) const;
|
| };
|
|
|