Index: include/effects/SkColorMatrix.h |
diff --git a/include/effects/SkColorMatrix.h b/include/effects/SkColorMatrix.h |
index c598a1210e5a33de9b8e942b477107937cdcc3dc..7ac457900b6ebf55f6fa39e0e57b1806157831a2 100644 |
--- a/include/effects/SkColorMatrix.h |
+++ b/include/effects/SkColorMatrix.h |
@@ -59,6 +59,9 @@ public: |
} |
bool operator!=(const SkColorMatrix& other) const { return !((*this) == other); } |
+ |
+ static bool NeedsClamping(const SkScalar[20]); |
+ static void SetConcat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]); |
}; |
#endif |