add default arg so android can bulid
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>
This commit is contained in:
parent
f7721bcfda
commit
e8fa427681
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user