| Index: tests/PathOpsTestCommon.h
|
| diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h
|
| index e4ab829577fb37ee3d466d2e6efd29e04a829f20..5072ad67aee4df8c15569a91b94e07508a40d082 100644
|
| --- a/tests/PathOpsTestCommon.h
|
| +++ b/tests/PathOpsTestCommon.h
|
| @@ -8,8 +8,8 @@
|
| #define PathOpsTestCommon_DEFINED
|
|
|
| #include "SkPathOpsQuad.h"
|
| -#include "SkTDArray.h"
|
| +#include "SkTArray.h"
|
|
|
| -void CubicToQuads(const SkDCubic& cubic, double precision, SkTDArray<SkDQuad>& quads);
|
| +void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads);
|
|
|
| #endif
|
|
|