fix compile error
git-svn-id: http://skia.googlecode.com/svn/trunk@12200 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2e1b99e61f
commit
c4a4f9db6b
@ -1572,6 +1572,7 @@ static void skpskpicture14(skiatest::Reporter* reporter) {
|
||||
testPathOp(reporter, path, pathB, kIntersect_PathOp);
|
||||
}
|
||||
|
||||
#if TRY_SEPT_BROKEN_TESTS
|
||||
static void skpskpicture15(skiatest::Reporter* reporter) {
|
||||
SkPath path;
|
||||
path.setFillType(SkPath::kEvenOdd_FillType);
|
||||
@ -1595,6 +1596,7 @@ static void skpskpicture15(skiatest::Reporter* reporter) {
|
||||
pathB.close();
|
||||
testPathOp(reporter, path, pathB, kIntersect_PathOp);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void (*firstTest)(skiatest::Reporter* ) = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user