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