| Index: tests/PathOpsExtendedTest.h
|
| diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h
|
| index a854410139d7cb2474d387f60095206f07dec051..5f3413c572a99b10b2b676691f69895d9d48c151 100644
|
| --- a/tests/PathOpsExtendedTest.h
|
| +++ b/tests/PathOpsExtendedTest.h
|
| @@ -36,7 +36,7 @@
|
| const char* pathStr);
|
| extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
|
|
|
| -void initializeTests(skiatest::Reporter* reporter, const char* testName);
|
| +int initializeTests(skiatest::Reporter* reporter, const char* testName);
|
| void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
|
| void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
|
|
|
|
|