Fix iOS build
TBR=rmistry@google.com BUG=skia: Change-Id: I5fc38227138d5433b2435d9dab13ec5ade9a26b8 Reviewed-on: https://skia-review.googlesource.com/6235 Reviewed-by: Matt Sarett <msarett@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
This commit is contained in:
parent
113d05fa7b
commit
d4b9c35d9d
@ -18,7 +18,7 @@ static bool almost_equal(float a, float b) {
|
||||
|
||||
static inline void test_to_xyz_d50(skiatest::Reporter* r, SkICC* icc, bool shouldSucceed,
|
||||
const float* reference) {
|
||||
SkMatrix44 result;
|
||||
SkMatrix44 result(SkMatrix44::kUninitialized_Constructor);
|
||||
REPORTER_ASSERT(r, shouldSucceed == icc->toXYZD50(&result));
|
||||
if (shouldSucceed) {
|
||||
float resultVals[16];
|
||||
|
Loading…
Reference in New Issue
Block a user