| Index: gm/patch.cpp
|
| diff --git a/gm/patch.cpp b/gm/patch.cpp
|
| index 40eb46f4b6ca3729fddf5296bf7622b8474a2d9c..6b2d298468ca6811a07cc2a0f600e7d951a8a838 100644
|
| --- a/gm/patch.cpp
|
| +++ b/gm/patch.cpp
|
| @@ -63,7 +63,7 @@ static void draw_control_points(SkCanvas* canvas, const SkPoint cubics[12]) {
|
| canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, right + 1, paint);
|
| }
|
|
|
| -DEF_SIMPLE_GM(patch_primitive, canvas, 800, 800) {
|
| +DEF_SIMPLE_GM(patch_primitive, canvas, 1500, 1100) {
|
| SkPaint paint;
|
|
|
| // The order of the colors and points is clockwise starting at upper-left corner.
|
|
|