| Index: src/pathops/SkPathOpsTightBounds.cpp
|
| diff --git a/src/pathops/SkPathOpsTightBounds.cpp b/src/pathops/SkPathOpsTightBounds.cpp
|
| index f60c291710cb3e9fc4234de9f14c2a3a68d3902d..7eb72a9037c158b6a1f9e880934d47ff3d4e8839 100644
|
| --- a/src/pathops/SkPathOpsTightBounds.cpp
|
| +++ b/src/pathops/SkPathOpsTightBounds.cpp
|
| @@ -11,7 +11,7 @@ bool TightBounds(const SkPath& path, SkRect* result) {
|
| SkChunkAlloc allocator(4096); // FIXME: constant-ize, tune
|
| SkOpContour contour;
|
| SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
|
| - SkOpGlobalState globalState(NULL, contourList);
|
| + SkOpGlobalState globalState(NULL, contourList SkDEBUGPARAMS(NULL));
|
| // turn path into list of segments
|
| SkOpEdgeBuilder builder(path, &contour, &allocator, &globalState);
|
| if (!builder.finish(&allocator)) {
|
|
|