| Index: tests/PathOpsExtendedTest.h
|
| diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h
|
| index 5f3413c572a99b10b2b676691f69895d9d48c151..a854410139d7cb2474d387f60095206f07dec051 100644
|
| --- a/tests/PathOpsExtendedTest.h
|
| +++ b/tests/PathOpsExtendedTest.h
|
| @@ -36,7 +36,7 @@ extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadSt
|
| const char* pathStr);
|
| extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
|
|
|
| -int initializeTests(skiatest::Reporter* reporter, const char* testName);
|
| +void 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);
|
|
|
|
|