| Index: tests/PathOpsQuadIntersectionTest.cpp
|
| diff --git a/tests/PathOpsQuadIntersectionTest.cpp b/tests/PathOpsQuadIntersectionTest.cpp
|
| index cb359449184b9150511f4f8a84458e92122f0384..b0d9e3ae4230b72fcfa2db4d7b15452430b0dd5d 100644
|
| --- a/tests/PathOpsQuadIntersectionTest.cpp
|
| +++ b/tests/PathOpsQuadIntersectionTest.cpp
|
| @@ -524,10 +524,8 @@ DEF_TEST(PathOpsQuadIntersection, reporter) {
|
| if (false) QuadraticIntersection_IntersectionFinder();
|
| }
|
|
|
| -#include "SkCommonFlags.h"
|
| -
|
| DEF_TEST(PathOpsQuadBinaryProfile, reporter) {
|
| - if (!FLAGS_veryVerbose) {
|
| + if (!SkPathOpsDebug::gVeryVerbose) {
|
| return;
|
| }
|
| SkIntersections intersections;
|
|
|