aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkPatchUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/SkPatchUtils.h')
-rw-r--r--src/utils/SkPatchUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/SkPatchUtils.h b/src/utils/SkPatchUtils.h
index ee7a1f6dbc..0751f81f6f 100644
--- a/src/utils/SkPatchUtils.h
+++ b/src/utils/SkPatchUtils.h
@@ -12,6 +12,8 @@
#include "SkMatrix.h"
#include "SkVertices.h"
+class SkColorSpace;
+
class SK_API SkPatchUtils {
public:
@@ -49,7 +51,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 = false);
+ SkColorSpace* colorSpace = nullptr);
};
#endif