Index: tests/ColorSpaceTest.cpp |
diff --git a/tests/ColorSpaceTest.cpp b/tests/ColorSpaceTest.cpp |
index 66860da590d12dd4838ce0a714514b3cb18f8d50..a2a14a5a585d0270326b3827e9c88ceab96784b9 100644 |
--- a/tests/ColorSpaceTest.cpp |
+++ b/tests/ColorSpaceTest.cpp |
@@ -24,7 +24,7 @@ static void test_space(skiatest::Reporter* r, SkColorSpace* space, |
REPORTER_ASSERT(r, expectedGamma == space->gammaNamed()); |
- SkMatrix44 mat = space->xyz(); |
+ const SkMatrix44& mat = space->xyz(); |
const float src[] = { |
1, 0, 0, 1, |
0, 1, 0, 1, |