add default arg so android can bulid
authorMike Reed <reed@google.com>
Tue, 23 May 2017 18:19:45 +0000 (14:19 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 23 May 2017 18:43:09 +0000 (18:43 +0000)
Bug: skia:
Change-Id: I2bb10edba9a39f20691398a2a0a01b1da2709fcd
Reviewed-on: https://skia-review.googlesource.com/17761
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Mike Reed <reed@google.com>

src/utils/SkPatchUtils.h

index 9627f74..75c10e8 100644 (file)
@@ -49,7 +49,7 @@ public:
 
     static sk_sp<SkVertices> MakeVertices(const SkPoint cubics[12], const SkColor colors[4],
                                           const SkPoint texCoords[4], int lodX, int lodY,
-                                          bool interpColorsLinearly);
+                                          bool interpColorsLinearly = false);
 };
 
 #endif