From e8fa42768106bd7f4ca7bf5c72dde442a29d43cf Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Tue, 23 May 2017 14:19:45 -0400 Subject: [PATCH] add default arg so android can bulid Bug: skia: Change-Id: I2bb10edba9a39f20691398a2a0a01b1da2709fcd Reviewed-on: https://skia-review.googlesource.com/17761 Reviewed-by: Mike Reed Reviewed-by: Leon Scroggins Commit-Queue: Mike Reed --- src/utils/SkPatchUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/SkPatchUtils.h b/src/utils/SkPatchUtils.h index 9627f74..75c10e8 100644 --- a/src/utils/SkPatchUtils.h +++ b/src/utils/SkPatchUtils.h @@ -49,7 +49,7 @@ public: static sk_sp MakeVertices(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], int lodX, int lodY, - bool interpColorsLinearly); + bool interpColorsLinearly = false); }; #endif -- 2.7.4