| Index: src/utils/SkPatchUtils.cpp
|
| diff --git a/src/utils/SkPatchUtils.cpp b/src/utils/SkPatchUtils.cpp
|
| index ab15290a346c7e046fdd4e6b64b888a628c73d3c..39aea7bb1e015b727e7dc68b6ed0c2f5d5dc6576 100644
|
| --- a/src/utils/SkPatchUtils.cpp
|
| +++ b/src/utils/SkPatchUtils.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "SkPatchUtils.h"
|
|
|
| // size in pixels of each partition per axis, adjust this knob
|
| -static const int kPartitionSize = 15;
|
| +static const int kPartitionSize = 25;
|
|
|
| /**
|
| * Calculate the approximate arc length given a bezier curve's control points.
|
|
|