Index: tests/ClipperTest.cpp |
diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp |
index 00b62293b2e24261316cf76bb71e48a937a62ab0..8ebd9b479f45a6be73f1561114f067305609ad75 100644 |
--- a/tests/ClipperTest.cpp |
+++ b/tests/ClipperTest.cpp |
@@ -48,7 +48,7 @@ static void test_hairclipping(skiatest::Reporter* reporter) { |
} |
static void test_edgeclipper() { |
- SkEdgeClipper clipper; |
+ SkEdgeClipper clipper(false); |
const SkPoint pts[] = { |
{ 3.0995476e+010f, 42.929779f }, |