From d4b9c35d9d8c9f325a69516df5c9f81e5ba17e50 Mon Sep 17 00:00:00 2001 From: Matt Sarett Date: Sun, 18 Dec 2016 13:49:43 -0500 Subject: Fix iOS build TBR=rmistry@google.com BUG=skia: Change-Id: I5fc38227138d5433b2435d9dab13ec5ade9a26b8 Reviewed-on: https://skia-review.googlesource.com/6235 Reviewed-by: Matt Sarett Reviewed-by: Ravi Mistry Commit-Queue: Matt Sarett --- tests/ICCTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ICCTest.cpp') diff --git a/tests/ICCTest.cpp b/tests/ICCTest.cpp index f4639f0003..38d6801c5f 100644 --- a/tests/ICCTest.cpp +++ b/tests/ICCTest.cpp @@ -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]; -- cgit v1.2.3